Back to development

This commit is contained in:
Thibault Saunier 2015-09-25 12:51:31 +02:00
parent 2501281b09
commit ac87f65d0d

View File

@ -2,7 +2,7 @@ AC_PREREQ(2.62)
dnl initialize autoconf dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right ! dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too 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, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-validate) 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 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 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) 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) AS_AC_EXPAND(GST_VALIDATE_TESTSUITE_VERSION, $GST_VALIDATE_TESTSUITE_VERSION)
AG_GST_INIT AG_GST_INIT