diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2012-10-25 00:04:49 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2012-10-25 00:04:49 +0100 |
commit | 6d44898652a4b97ac716fd8e0a0087b3ff267f97 (patch) | |
tree | 3cb9148962b2c1186fdca93afc2d1dfea0aff548 /configure.ac | |
parent | bbc908795b23758fa7a7ae3d682ac2f2fcebcd0b (diff) |
Release 1.0.2
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 511dc4351..9e5dd729f 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.1.1, +AC_INIT(GStreamer, 1.0.2, 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, 1, 0, 1) +AS_LIBTOOL(GST, 2, 0, 2) dnl *** autotools stuff **** |