diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-08-02 11:39:17 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-08-02 11:39:17 +0000 |
commit | 0f171fe290a4fdc209b8e7989d3c8a8992d01f47 (patch) | |
tree | 3b43dbb7c4c919c429a44026c4a943105d71f231 /configure.ac | |
parent | a2b5f0d4bf74ee8d7133d705851ecbb752ace069 (diff) | |
download | gst-plugins-bad-0f171fe290a4fdc209b8e7989d3c8a8992d01f47.tar.gz gst-plugins-bad-0f171fe290a4fdc209b8e7989d3c8a8992d01f47.tar.bz2 gst-plugins-bad-0f171fe290a4fdc209b8e7989d3c8a8992d01f47.zip |
gearing up for release
Original commit message from CVS:
gearing up for release
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index b16723ac..3cf70d13 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl autoconf configuration file for gst-plugins AC_INIT -AC_CANONICAL_TARGET([]) +AC_CANONICAL_TARGET dnl We disable static building for development, for time savings dnl this goes before AS_LIBTOOL to appease autoconf @@ -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, 8, 2, 2, GST_CVS="no", GST_CVS="yes") +AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 8, 3, 0, GST_CVS="no", GST_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) |