diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-23 12:25:29 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-23 12:25:29 +0000 |
commit | f360f0e88f0bbf37a89dbc4b47366e1b8e136d51 (patch) | |
tree | 63d57f71b43ff09e22d099d1f4b35eba851ef53c /configure.ac | |
parent | 06d4c3d983e74b3cbc690542da0ed22fa7b87fbc (diff) | |
download | gst-plugins-bad-f360f0e88f0bbf37a89dbc4b47366e1b8e136d51.tar.gz gst-plugins-bad-f360f0e88f0bbf37a89dbc4b47366e1b8e136d51.tar.bz2 gst-plugins-bad-f360f0e88f0bbf37a89dbc4b47366e1b8e136d51.zip |
0.7.x dev branch is open
Original commit message from CVS:
0.7.x dev branch is open
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 f1c42a5b..0baf1380 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, 2, 1, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror") +AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 7, 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 |