diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-22 21:57:38 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-22 21:57:38 +0000 |
commit | 06d4c3d983e74b3cbc690542da0ed22fa7b87fbc (patch) | |
tree | 4d3fd3f2b23613b4d59c2b317a1bbd88dd2ac90e /configure.ac | |
parent | 6fc1e27bd88db652d47ac0c2ab05688af7e891b0 (diff) | |
download | gst-plugins-bad-06d4c3d983e74b3cbc690542da0ed22fa7b87fbc.tar.gz gst-plugins-bad-06d4c3d983e74b3cbc690542da0ed22fa7b87fbc.tar.bz2 gst-plugins-bad-06d4c3d983e74b3cbc690542da0ed22fa7b87fbc.zip |
update version
Original commit message from CVS:
update 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 9c39cb67..f1c42a5b 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, 5, 1, 1, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror") +AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 5, 2, 1, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) dnl our libraries and install dirs use major.minor as a version |