summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@collabora.com>2015-09-25 12:51:31 +0200
committerThibault Saunier <thibault.saunier@collabora.com>2015-09-25 12:51:31 +0200
commitac87f65d0dbcb11c99af677dacf9e015b0dd0b95 (patch)
treed3ad2721c2e05c541379d896d1296be8b81092cf
parent2501281b092f7f7fb9d3025eaf899cc5059ea1a2 (diff)
Back to development
-rw-r--r--validate/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/validate/configure.ac b/validate/configure.ac
index 8bf6bed..9acd38d 100644
--- a/validate/configure.ac
+++ b/validate/configure.ac
@@ -2,7 +2,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(Gst-Validate, 1.6.0,
+AC_INIT(Gst-Validate, 1.7.0.1,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-validate)
@@ -10,7 +10,7 @@ dnl This is the version of the testsuite to use with the current version
dnl of gst-validate. During development it should be "master"
dnl during release cycle it should be the release version (1.6 in the 1.6
dnl branch, 1.5.90 for the 1.5.90 release)
-GST_VALIDATE_TESTSUITE_VERSION="1.6"
+GST_VALIDATE_TESTSUITE_VERSION="master"
AS_AC_EXPAND(GST_VALIDATE_TESTSUITE_VERSION, $GST_VALIDATE_TESTSUITE_VERSION)
AG_GST_INIT