summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2006-02-08 18:37:38 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2006-02-08 18:37:38 +0000
commitd580060d03325cea6ac3ac6be7f69530aa332f6a (patch)
tree82ac6fdc3d88ce76356633c111861bf72654c281
parentba17539d2790bb407cd9cabd790ffc9b7c7b1702 (diff)
configure.ac: Drat. Bump libtool version number for new API.
Original commit message from CVS: * configure.ac: Drat. Bump libtool version number for new API. Prelease 0.10.2.3 (of 0.10.3)
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac4
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f4f4b601dc..bc8a1bea82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
* configure.ac:
+ Drat. Bump libtool version number for new API.
+ Prelease 0.10.2.3 (of 0.10.3)
+
+2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
+
+ * configure.ac:
* win32/common/config.h:
0.10.2.2 prerelease (of 0.10.3).
diff --git a/configure.ac b/configure.ac
index 64dd6432f1..2e2fc3916e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_INIT
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
-AS_VERSION(gst-plugins-base, GST_PLUGINS_BASE_VERSION, 0, 10, 2, 2,
+AS_VERSION(gst-plugins-base, GST_PLUGINS_BASE_VERSION, 0, 10, 2, 3,
GST_CVS="no", GST_CVS="yes")
dnl can autoconf find the source ?
@@ -38,7 +38,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
dnl sets GST_LT_LDFLAGS
-AS_LIBTOOL(GST, 1, 0, 1)
+AS_LIBTOOL(GST, 2, 0, 2)
AS_LIBTOOL_TAGS
AM_PROG_LIBTOOL