summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@gnome.org>2014-03-16 12:50:24 +0100
committerThibault Saunier <tsaunier@gnome.org>2014-03-16 12:50:24 +0100
commitf8e94dac4280c11a9ccdde69968112182969f9c2 (patch)
tree63e90e2660ab54c29dd0ff677f4b0b2318f57936
parentec7e77a2c08d6b6b7eab7e22a599eb9c58e56446 (diff)
Back to development
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index eb1f291..ac2ec28 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ(2.62)
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(GNonLin, 1.2.0,
+AC_INIT(GNonLin, 1.3.0.1,
http://gnonlin.sourceforge.net/,
gnonlin)
@@ -44,8 +44,8 @@ AC_SUBST(GST_API_VERSION)
AS_LIBTOOL(GST, 0, 0, 0)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.2.0
-GSTPB_REQ=1.2.0
+GST_REQ=1.3.0
+GSTPB_REQ=1.3.0
dnl *** autotools stuff ****