diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-04-18 22:54:34 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-04-18 22:54:34 +0000 |
commit | 1ece0c5c5d99922c1ea9c9085e0b3bfb36b6df20 (patch) | |
tree | 54f3f2c165460cd3f6c6526574352dc6b4c2e3cc | |
parent | 14fa7c0262e20d63c8d9872333ba15d7409acef8 (diff) | |
download | gst-plugins-bad-1ece0c5c5d99922c1ea9c9085e0b3bfb36b6df20.tar.gz gst-plugins-bad-1ece0c5c5d99922c1ea9c9085e0b3bfb36b6df20.tar.bz2 gst-plugins-bad-1ece0c5c5d99922c1ea9c9085e0b3bfb36b6df20.zip |
Final change for 0.6.1 - kick version number up
Original commit message from CVS:
Final change for 0.6.1 - kick version number up
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index adac51e5..4681ba62 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, 6, 0, 90, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror") +AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 6, 1, 0, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) dnl fix errors properly then remove this again GST_ERROR= @@ -26,7 +26,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, 0, 0, 0) +AS_LIBTOOL(GST_PLUGINS, 0, 1, 0) dnl FIXME take something else ? AC_CONFIG_SRCDIR([gst/law/alaw.c]) |