diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-09-24 16:31:54 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-09-24 16:46:57 +0100 |
commit | 4b74a78a9fa401752c647c77e1a5b036a619b4b2 (patch) | |
tree | e66df765caa09c2d44142f6c7a7a4ef9b8a0c271 /configure.ac | |
parent | 9e167f6f91999da6a9a2bf21a4bd629f4aeb0b1e (diff) |
Back to development (bug fixing)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac index d4728a2ac..a77f208e8 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.0, +AC_INIT(GStreamer, 1.0.0.1, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gstreamer) AG_GST_INIT @@ -36,15 +36,10 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])], AC_SUBST(AM_DEFAULT_VERBOSITY)]) dnl GStreamer versioning, this is mostly informational -dnl GST_VERSION_MAJOR=$PACKAGE_VERSION_MAJOR -dnl GST_VERSION_MINOR=$PACKAGE_VERSION_MINOR -dnl GST_VERSION_MICRO=$PACKAGE_VERSION_MICRO -dnl GST_VERSION_NANO=$PACKAGE_VERSION_NANO -dnl Change this to the above for non-pre -GST_VERSION_MAJOR=1 -GST_VERSION_MINOR=0 -GST_VERSION_MICRO=0 -GST_VERSION_NANO=0 +GST_VERSION_MAJOR=$PACKAGE_VERSION_MAJOR +GST_VERSION_MINOR=$PACKAGE_VERSION_MINOR +GST_VERSION_MICRO=$PACKAGE_VERSION_MICRO +GST_VERSION_NANO=$PACKAGE_VERSION_NANO AC_SUBST(GST_VERSION_MAJOR) AC_SUBST(GST_VERSION_MINOR) AC_SUBST(GST_VERSION_MICRO) |