diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-09 18:35:03 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-09 18:35:03 +0000 |
commit | ce0095dae998c96df4512ed5a6b27ec640c5f8e4 (patch) | |
tree | c35a8977619a968a18a657b48f09adab2ca3c794 /configure.ac | |
parent | 5adbb8e1604ecc9a51dd9f0e0b8b9643c9763a01 (diff) | |
download | gst-plugins-bad-ce0095dae998c96df4512ed5a6b27ec640c5f8e4.tar.gz gst-plugins-bad-ce0095dae998c96df4512ed5a6b27ec640c5f8e4.tar.bz2 gst-plugins-bad-ce0095dae998c96df4512ed5a6b27ec640c5f8e4.zip |
releasing
Original commit message from CVS:
releasing
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index a857e18f..c1734c9a 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, 7, 5, 1, GST_CVS="no", GST_CVS="yes") +AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 7, 6, 0, GST_CVS="no", GST_CVS="yes") dnl add a suffix to apps if test x$program_suffix = xNONE ; then @@ -23,6 +23,8 @@ 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 AC_SUBST(GST_MAJORMINOR) dnl CURRENT, REVISION, AGE @@ -30,7 +32,7 @@ dnl - library source changed -> increment REVISION dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0 dnl - interfaces added -> increment AGE dnl - interfaces removed -> AGE = 0 -AS_LIBTOOL(GST_PLUGINS, 2, 0, 0) +AS_LIBTOOL(GST_PLUGINS, 0, 0, 0) AM_PROG_LIBTOOL dnl FIXME take something else ? |