diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-16 12:25:45 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-16 12:25:45 +0000 |
commit | 7f57fad87e47a383c918602aa968b44a2d750839 (patch) | |
tree | 52fd3154b18b3eba606804ef3fe3ef6d10c5fce9 /configure.ac | |
parent | 7b2f9e5dad5bc175ee280bc9e4b4b205bc11a8b2 (diff) | |
download | gst-plugins-bad-7f57fad87e47a383c918602aa968b44a2d750839.tar.gz gst-plugins-bad-7f57fad87e47a383c918602aa968b44a2d750839.tar.bz2 gst-plugins-bad-7f57fad87e47a383c918602aa968b44a2d750839.zip |
releasing
Original commit message from CVS:
releasing
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 36a5d32c..06522d62 100644 --- a/configure.ac +++ b/configure.ac @@ -12,14 +12,14 @@ 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, 7, 6, 2, GST_CVS="no", GST_CVS="yes") +AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 8, 0, 0, GST_CVS="no", GST_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) dnl our libraries and install dirs use major.minor as a version GST_MAJORMINOR=$GST_PLUGINS_VERSION_MAJOR.$GST_PLUGINS_VERSION_MINOR -dnl we override it for the release candidate -GST_MAJORMINOR=0.8 +dnl we override it here if we need to for the release candidate +#GST_MAJORMINOR=0.8 AC_SUBST(GST_MAJORMINOR) dnl CURRENT, REVISION, AGE |