last snippets of changes before release
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 2 Feb 2003 00:12:39 +0000 (00:12 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 2 Feb 2003 00:12:39 +0000 (00:12 +0000)
Original commit message from CVS:
last snippets of changes before release

configure.ac

index ad6638986d43c9c8125467c5672ebd45bdcbdb35..5f2ef7a54120ed3d762aa60ff81bf580e1e2138a 100644 (file)
@@ -3,7 +3,7 @@ AC_CANONICAL_TARGET([])
 
 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(gstreamer, GST_VERSION, 0, 5, 2, 3, GST_CVS="no", GST_CVS="yes")
+AS_VERSION(gstreamer, GST_VERSION, 0, 6, 0, 0, GST_CVS="no", GST_CVS="yes")
 
 dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
 AM_MAINTAINER_MODE
@@ -11,7 +11,6 @@ AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
 
 dnl our libraries and install dirs use major.minor as a version
 GST_MAJORMINOR=$GST_VERSION_MAJOR.$GST_VERSION_MINOR
-GST_MAJORMINOR=0.6
 AC_SUBST(GST_MAJORMINOR)
 
 AC_PROG_CC
@@ -19,11 +18,12 @@ dnl For interactive UNIX (a Sun thing)
 AC_ISC_POSIX
 
 dnl CURRENT, REVISION, AGE
-dnl - library source changed -> increment REVISION
+dnl - library source changed at all -> increment REVISION
 dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
 dnl - interfaces added -> increment AGE
 dnl - interfaces removed -> AGE = 0
-AS_LIBTOOL(GST, 3, 0, 0)
+dnl - major/minor got increased -> reset to 0,0,0
+AS_LIBTOOL(GST, 0, 0, 0)
 
 AC_CONFIG_SRCDIR([gst/gst.c])
 AM_CONFIG_HEADER(config.h)