diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-03-05 22:06:20 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-03-05 22:06:20 +0000 |
commit | 47f681b5ef830084237a6fd28da6e0a03aa52798 (patch) | |
tree | eb7defa124219da6734d6d3ad75bfd32930d4078 | |
parent | 376dbc2090dd285a6823cc2c062514afad394d02 (diff) | |
download | gst-plugins-bad-47f681b5ef830084237a6fd28da6e0a03aa52798.tar.gz gst-plugins-bad-47f681b5ef830084237a6fd28da6e0a03aa52798.tar.bz2 gst-plugins-bad-47f681b5ef830084237a6fd28da6e0a03aa52798.zip |
first prerelease
Original commit message from CVS:
first prerelease
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 794e0b6a..5bca237d 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, 1) +AS_VERSION(gst-plugins, GST_PLUGINS, 0, 3, 2, 2) AM_INIT_AUTOMAKE($PACKAGE,$VERSION) AS_LIBTOOL(GST_PLUGINS, 0, 0, 0, yes) |