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 | d8081b07ffd491ccea672b732a0ac1e7c8521272 (patch) | |
tree | 4410d9eb89fb9f85139d5934acf27150c325e5ca | |
parent | a0d1053645bac8a1844d5b365c231290e9ab2933 (diff) | |
download | gst-plugins-bad-d8081b07ffd491ccea672b732a0ac1e7c8521272.tar.gz gst-plugins-bad-d8081b07ffd491ccea672b732a0ac1e7c8521272.tar.bz2 gst-plugins-bad-d8081b07ffd491ccea672b732a0ac1e7c8521272.zip |
bump version
Original commit message from CVS:
bump version
-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 |