diff options
| author | msheby <msheby@cinecert.com> | 2008-02-27 02:01:39 +0000 |
|---|---|---|
| committer | msheby <> | 2008-02-27 02:01:39 +0000 |
| commit | fc8ca62a6bd226b80cc95334e19eb26b02dbe036 (patch) | |
| tree | 4a8910403e7f32458d3a084de04c13b742414a25 | |
| parent | b74a07f81054abbb9041569ca2bf0ed8cd1a7624 (diff) | |
*** empty log message ***
| -rw-r--r-- | configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 22e7cc9..1103a0a 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,10 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.59]) -AC_INIT([asdcplib], [1.3.19.1], [asdcplib@cinecert.com]) +# If you change this, you should update the libtool version number specified +# in src/Makefile.am. Read <http://www.gnu.org/software/libtool/manual.html#Versioning> +# for suggestions on doing so. +AC_INIT([asdcplib], [1.3.19], [asdcplib@cinecert.com]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/KM_error.h]) AC_CONFIG_HEADER([src/config.h]) |
