diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-04 21:47:06 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-04 21:47:06 +0000 |
commit | 7af12476ae1a2ec3f678a2d7ab88daee38240c27 (patch) | |
tree | 8feec60c9658712170908fbfb8896a2c44d43694 /configure.ac | |
parent | 262b9a599d91e14a3b657c58041ce3248e56419f (diff) |
bump version
Original commit message from CVS:
bump version
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a4f0a3b1..7b5c652b 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, 7, 3, 1, GST_CVS="no", GST_CVS="yes") +AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 7, 3, 2, GST_CVS="no", GST_CVS="yes") dnl add a suffix to apps if test x$program_suffix = xNONE ; then |