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 | 9fb2dda65c6b4546c09b0a21fddc3aa9b3aadf4f (patch) | |
tree | 7644c826cd38beae33c5041ffd22d57e3cfa00db /configure.ac | |
parent | 865ee20fa1005e147d1fff1836493a63cb3d3467 (diff) | |
download | gst-plugins-bad-BRANCH-RELEASE-0_3_3.tar.gz gst-plugins-bad-BRANCH-RELEASE-0_3_3.tar.bz2 gst-plugins-bad-BRANCH-RELEASE-0_3_3.zip |
doing release of pluginsBRANCH-RELEASE-0_3_3
Original commit message from CVS:
doing release of plugins
Diffstat (limited to 'configure.ac')
-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) |