diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-08-26 23:36:26 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-08-26 23:36:26 +0000 |
commit | 2c955798800f9ff13cb2adc06e9946540a5adb93 (patch) | |
tree | 4cf69685afeca9dc1194f30de5232d2f70f2cb25 | |
parent | 3010f74fb9e214edf649e142b45cbd1eead59d17 (diff) | |
download | gst-plugins-bad-2c955798800f9ff13cb2adc06e9946540a5adb93.tar.gz gst-plugins-bad-2c955798800f9ff13cb2adc06e9946540a5adb93.tar.bz2 gst-plugins-bad-2c955798800f9ff13cb2adc06e9946540a5adb93.zip |
version number for release
Original commit message from CVS:
version number for release
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 37b659cc..81962722 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, 6, 2, 2, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror") +AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 6, 3, 0, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) dnl our libraries and install dirs use major.minor as a version |