diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-11-01 12:32:33 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-11-01 12:32:33 +0000 |
commit | 91b12107f6a134009995f01e0e923c24c7f5bd82 (patch) | |
tree | 287955926b576d91b94eb06a8c10481a4d6430d5 /configure.ac | |
parent | f574ee169eca3b3f10301ae496e359f74ad046d9 (diff) | |
download | gst-plugins-bad-91b12107f6a134009995f01e0e923c24c7f5bd82.tar.gz gst-plugins-bad-91b12107f6a134009995f01e0e923c24c7f5bd82.tar.bz2 gst-plugins-bad-91b12107f6a134009995f01e0e923c24c7f5bd82.zip |
bump up the version
Original commit message from CVS:
bump up the 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 46484f1f..20ba12ab 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, 4, 1, 1, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror") +AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 4, 2, 1, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) AS_LIBTOOL(GST_PLUGINS, 0, 0, 0, yes) |