diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-04-13 21:32:23 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-04-13 21:32:23 +0000 |
commit | 149631886b8e3ab9a64975e898d2ffeef6454d56 (patch) | |
tree | 702c423c41502804ab794e45c9d30c35dba2a4f1 | |
parent | 239d8dd8f3ae3c9fa4309ad0e5d68f27b8a2106d (diff) | |
download | gst-plugins-bad-149631886b8e3ab9a64975e898d2ffeef6454d56.tar.gz gst-plugins-bad-149631886b8e3ab9a64975e898d2ffeef6454d56.tar.bz2 gst-plugins-bad-149631886b8e3ab9a64975e898d2ffeef6454d56.zip |
second prerelease
Original commit message from CVS:
second prerelease
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 80e44225..4c304464 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, 3, 2) +AS_VERSION(gst-plugins, GST_PLUGINS, 0, 3, 3, 3) AM_INIT_AUTOMAKE($PACKAGE,$VERSION) AS_LIBTOOL(GST_PLUGINS, 0, 0, 0, yes) |