summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-10-07 13:10:33 +0100
committerTim-Philipp Müller <tim@centricular.net>2012-10-07 13:10:33 +0100
commitc6de3adac8d85ea49cf71a2b9868f9c092427f94 (patch)
tree4c2c6261e318756d7d2c36516567a057eeb62a51 /configure.ac
parent36b2cb2a97978f0c4dae7a894da414f061ceb5e0 (diff)
Release 1.0.1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a77f208e8..01daa9515 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, git and prerelease does Werror too
dnl
-AC_INIT(GStreamer, 1.0.0.1,
+AC_INIT(GStreamer, 1.0.1,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gstreamer)
AG_GST_INIT
@@ -58,7 +58,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, 0, 0, 0)
+AS_LIBTOOL(GST, 1, 0, 1)
dnl *** autotools stuff ****