diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-26 18:12:55 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-26 18:12:55 +0000 |
commit | 7c55ebff04d3a84d4403b9d661b4feca03197e1d (patch) | |
tree | 514c50b59955fde7829996740112f631a2519c25 /configure.ac | |
parent | 0349bd37073d24cef78b61930bfb878c0e9b54c5 (diff) | |
download | gst-plugins-bad-7c55ebff04d3a84d4403b9d661b4feca03197e1d.tar.gz gst-plugins-bad-7c55ebff04d3a84d4403b9d661b4feca03197e1d.tar.bz2 gst-plugins-bad-7c55ebff04d3a84d4403b9d661b4feca03197e1d.zip |
back to nano
Original commit message from CVS:
back to nano
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 ab4de2a8..553f8f99 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, 4, 1, GST_CVS="no", GST_CVS="yes") +AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 7, 5, 1, GST_CVS="no", GST_CVS="yes") dnl add a suffix to apps if test x$program_suffix = xNONE ; then |