diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-11-13 16:19:59 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-11-13 16:19:59 +0000 |
commit | df4631347b1046ce6ba60a86a42dd52ed95c3200 (patch) | |
tree | 897c06227a3d8ea687ad4091c9e0dbe2d4cec5e0 | |
parent | e9af8d5b94b3e7a2b30b83a08840824657b282f4 (diff) | |
download | gst-plugins-bad-df4631347b1046ce6ba60a86a42dd52ed95c3200.tar.gz gst-plugins-bad-df4631347b1046ce6ba60a86a42dd52ed95c3200.tar.bz2 gst-plugins-bad-df4631347b1046ce6ba60a86a42dd52ed95c3200.zip |
another prerelease
Original commit message from CVS:
another prerelease
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a2381013..9b19b2d9 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, 1, GST_CVS="no", GST_CVS="yes") +AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 8, 5, 3, GST_CVS="no", GST_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) |