diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-03-10 12:05:01 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-03-10 12:05:01 +0000 |
commit | 833f69eaa9b37ff16643ce061a7fd03ac4194727 (patch) | |
tree | 9154b24646c93009943646df5db87579fc18746e | |
parent | 8b2f2ba643a8af523b969f886698982246b3a711 (diff) | |
download | gstreamer-plugins-ugly-BRANCH-RELEASE-0_3_3.tar.gz |
doing release of pluginsBRANCH-RELEASE-0_3_3
Original commit message from CVS:
doing release of plugins
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 82af2f57..b8fe461e 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ AM_DISABLE_STATIC dnl when going to/from release please set the nano (fourth number) right ! dnl We disable static building for development, for time savings AM_DISABLE_STATIC -AS_VERSION(gst-plugins, GST_PLUGINS, 0, 3, 2, 3) +AS_VERSION(gst-plugins, GST_PLUGINS, 0, 3, 3, ) AM_INIT_AUTOMAKE($PACKAGE,$VERSION) AS_LIBTOOL(GST_PLUGINS, 0, 0, 0, yes) |