diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-03-05 16:30:21 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-03-05 16:30:21 +0000 |
commit | aae2d47013708ded07ac780802c331205568c248 (patch) | |
tree | f75b3fca0481c233e948d67dae2ea8e6968e833a | |
parent | 6ed9e73ca643b4d02edeffac73d18894a97b9a27 (diff) | |
download | gst-plugins-bad-aae2d47013708ded07ac780802c331205568c248.tar.gz gst-plugins-bad-aae2d47013708ded07ac780802c331205568c248.tar.bz2 gst-plugins-bad-aae2d47013708ded07ac780802c331205568c248.zip |
prerel
Original commit message from CVS:
prerel
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bdd6ebe0..ff707c32 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AM_MAINTAINER_MODE dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 8, 7, 1, GST_CVS="no", GST_CVS="yes") +AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 8, 7, 2, GST_CVS="no", GST_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) |