configure: add nano version to enable Werror

This commit is contained in:
Thiago Santos 2013-07-22 20:50:02 -03:00
parent 11cc2e6b3b
commit b58a7e533d

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-QA, 0.0.1, AC_INIT(Gst-QA, 0.0.1.1,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-qa) gst-qa)
AG_GST_INIT AG_GST_INIT