diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-05 23:20:17 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-05 23:20:17 +0000 |
commit | 84545c9d8097f3f942c05932a51d73ad56f7fa04 (patch) | |
tree | 1418dd37d00cef5a46d124c38dfbe5ef19405d30 | |
parent | d28a8c9496ece8591c4b400bb4f6dbd9913cdfc3 (diff) | |
download | gstreamer-plugins-good-84545c9d8097f3f942c05932a51d73ad56f7fa04.tar.gz |
moving forward to release
Original commit message from CVS:
moving forward to release
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8759cbd6d..59d6d3025 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AM_MAINTAINER_MODE dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 5, 0, 1, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror") +AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 5, 1, 1, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) dnl our libraries and install dirs use major.minor as a version |