diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-10-03 17:50:21 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-10-03 17:50:21 +0000 |
commit | 179800383de7a7118749aa1e46214c2bebd95876 (patch) | |
tree | e3d1e4845777df97be58f3516b91d20aa02fabf5 /configure.ac | |
parent | c57846540520eccf35acc6a0366ecefc76838d6f (diff) | |
download | gst-plugins-bad-179800383de7a7118749aa1e46214c2bebd95876.tar.gz gst-plugins-bad-179800383de7a7118749aa1e46214c2bebd95876.tar.bz2 gst-plugins-bad-179800383de7a7118749aa1e46214c2bebd95876.zip |
release timeRELEASE-0_9_3
Original commit message from CVS:
release time
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 313653d6..e4552349 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-bad, GST_PLUGINS_BAD_VERSION, 0, 9, 1, 1, +AS_VERSION(gst-plugins-bad, GST_PLUGINS_BAD_VERSION, 0, 9, 3, 0, GST_CVS="no", GST_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) @@ -51,7 +51,7 @@ dnl the gettext stuff needed AM_GNU_GETTEXT_VERSION(0.11.5) AM_GNU_GETTEXT([external]) -GETTEXT_PACKAGE=gst-plugins-$GST_MAJORMINOR +GETTEXT_PACKAGE=gst-plugins-bad-$GST_MAJORMINOR AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], "$GETTEXT_PACKAGE", [gettext package name]) @@ -464,9 +464,7 @@ AC_CONFIG_FILES( Makefile gst-plugins-bad.spec gst/Makefile -gst/librfb/Makefile gst/qtdemux/Makefile -gst/speed/Makefile gst/tta/Makefile sys/Makefile ext/Makefile |