summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormsheby <msheby@cinecert.com>2008-02-27 02:01:39 +0000
committermsheby <>2008-02-27 02:01:39 +0000
commitfc8ca62a6bd226b80cc95334e19eb26b02dbe036 (patch)
tree4a8910403e7f32458d3a084de04c13b742414a25
parentb74a07f81054abbb9041569ca2bf0ed8cd1a7624 (diff)
*** empty log message ***
-rw-r--r--configure.ac5
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])