diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-11-25 14:39:01 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-11-25 14:39:01 +0000 |
commit | 50a81916c41ac0d8de7b40d74fdeb67a1c623798 (patch) | |
tree | b52c4c9456d340aa23420e2033f2c2c4e915a8b4 | |
parent | 3158c8b5017f2d7e2b5ce574124ae1d13e6d85ae (diff) | |
download | gst-plugins-bad-50a81916c41ac0d8de7b40d74fdeb67a1c623798.tar.gz gst-plugins-bad-50a81916c41ac0d8de7b40d74fdeb67a1c623798.tar.bz2 gst-plugins-bad-50a81916c41ac0d8de7b40d74fdeb67a1c623798.zip |
new prerelease
Original commit message from CVS:
new prerelease
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 23d5c8e2..cf529b00 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, 5, 3, GST_CVS="no", GST_CVS="yes") +AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 8, 5, 4, GST_CVS="no", GST_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) |