diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-03-07 18:28:36 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-03-07 18:28:36 +0000 |
commit | 0350c73b1ba49a239633497d8a56f727e487bf2a (patch) | |
tree | c22d50930b008ef41225fa334daaa2c6f26d8c1a | |
parent | 77a8373101dbb85b93ce7c138630830c17ae0046 (diff) | |
download | gst-plugins-bad-0350c73b1ba49a239633497d8a56f727e487bf2a.tar.gz gst-plugins-bad-0350c73b1ba49a239633497d8a56f727e487bf2a.tar.bz2 gst-plugins-bad-0350c73b1ba49a239633497d8a56f727e487bf2a.zip |
back to cvs
Original commit message from CVS:
back to cvs
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1a97774d..9214de1d 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, 8, 0, GST_CVS="no", GST_CVS="yes") +AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 8, 8, 1, GST_CVS="no", GST_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) |