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 | cea45bd9ce2a0a817d91bc666e45ba630100156a (patch) | |
tree | 72ef39c3a6211c2589c3d66698f39652d528e9e5 /configure.ac | |
parent | 5933daee1710f0074d05732cb2af02b7e725e73a (diff) |
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 ? |