diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-04-14 15:58:00 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-04-14 15:58:00 +0000 |
commit | 0c1bc1046030e48cdc4395ad9efcbcb658db45a6 (patch) | |
tree | fa4042647e5199ddeb652cc2272550ae12fa70a9 | |
parent | 9ca0d13abc0eee31075adb323065623b88e85299 (diff) | |
download | gst-plugins-bad-0c1bc1046030e48cdc4395ad9efcbcb658db45a6.tar.gz gst-plugins-bad-0c1bc1046030e48cdc4395ad9efcbcb658db45a6.tar.bz2 gst-plugins-bad-0c1bc1046030e48cdc4395ad9efcbcb658db45a6.zip |
release
Original commit message from CVS:
release
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4c304464..5e651dcd 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, 3) +AS_VERSION(gst-plugins, GST_PLUGINS, 0, 3, 4, 0) AM_INIT_AUTOMAKE($PACKAGE,$VERSION) AS_LIBTOOL(GST_PLUGINS, 0, 0, 0, yes) |