summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2007-03-01 18:46:36 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2007-03-01 18:46:36 +0000
commit7e4e566bc2f1b7d8ad81159eeed0c267cc0a1612 (patch)
tree69a7e50a8a969821e09e6e17730b7d7049b8da90
parent8171d7ff5dbea8e3a4e8347d02dd5b62d7702622 (diff)
configure.ac: Version 0.10.11.2 (0.10.12 pre-release)
Original commit message from CVS: * configure.ac: Version 0.10.11.2 (0.10.12 pre-release) Bump libtool versioning.
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac4
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 38e7235ef4..df16b46a6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
+
+ * configure.ac:
+ Version 0.10.11.2 (0.10.12 pre-release)
+ Bump libtool versioning.
+
2007-03-01 Stefan Kost <ensonic@users.sf.net>
* libs/gst/base/gstbasesrc.c: (gst_base_src_loop):
diff --git a/configure.ac b/configure.ac
index 0d891b3f20..10c31d51fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ(2.52)
dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
-AC_INIT(GStreamer, 0.10.11.1,
+AC_INIT(GStreamer, 0.10.11.2,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gstreamer)
AG_GST_INIT
@@ -43,7 +43,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, 10, 0, 10)
+AS_LIBTOOL(GST, 11, 0, 11)
dnl FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags.