diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-12-10 22:40:51 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-12-10 22:40:51 +0000 |
commit | 868071b21bd7731daabf71fecb2880ae4f968b3e (patch) | |
tree | ef6a7047fc2e411c6070c68230f6df9d39684d70 /configure.ac | |
parent | 619d2469acd7aceeceed0ed34798c5bc5c91f4a5 (diff) | |
download | gst-plugins-bad-868071b21bd7731daabf71fecb2880ae4f968b3e.tar.gz gst-plugins-bad-868071b21bd7731daabf71fecb2880ae4f968b3e.tar.bz2 gst-plugins-bad-868071b21bd7731daabf71fecb2880ae4f968b3e.zip |
update
Original commit message from CVS:
update
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 cf981eb8..905b35c7 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, 2, 1, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror") +AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 5, 0, 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 |