configure.ac: 2nd prerelease of 0.10.3
authorJan Schmidt <thaytan@mad.scientist.com>
Wed, 8 Feb 2006 11:12:07 +0000 (11:12 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Wed, 8 Feb 2006 11:12:07 +0000 (11:12 +0000)
Original commit message from CVS:
2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>

* configure.ac:
2nd prerelease of 0.10.3
Bump libtool versioning.

ChangeLog
configure.ac

index 662b9aa7f1a9862cad2508415f46053dc60e8ce4..666ddb30c3e723bccbf75feff8863d833a465665 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
+
+       * configure.ac:
+         2nd prerelease of 0.10.3
+         Bump libtool versioning.
+
 2006-02-07  Andy Wingo  <wingo@pobox.com>
 
        * libs/gst/base/gstcollectpads.c (gst_collect_pads_chain): Only
index 7336572d9bd5f31a8f5d10e550d8771a09436367..1d4dde2cfe1abab37ce3fd71afed9377e9ede748 100644 (file)
@@ -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(gstreamer, GST_VERSION, 0, 10, 2, 2,
+AS_VERSION(gstreamer, GST_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, 2, 0, 2)
+AS_LIBTOOL(GST, 3, 0, 3)
 AS_LIBTOOL_TAGS
 AM_PROG_LIBTOOL