prerelease

Original commit message from CVS:
prerelease
This commit is contained in:
Thomas Vander Stichele 2006-04-26 13:55:14 +00:00
parent 1bb4609965
commit 8ab5360d1e
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@ AC_PREREQ(2.52)
dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
AC_INIT(GStreamer Base Plug-ins, 0.10.5.2,
AC_INIT(GStreamer Base Plug-ins, 0.10.5.3,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-base)

View file

@ -211,13 +211,13 @@
#undef PACKAGE_NAME "GStreamer Base Plug-ins"
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING "GStreamer Base Plug-ins 0.10.5.2"
#undef PACKAGE_STRING "GStreamer Base Plug-ins 0.10.5.3"
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME "gst-plugins-base"
/* Define to the version of this package. */
#undef PACKAGE_VERSION "0.10.5.2"
#undef PACKAGE_VERSION "0.10.5.3"
/* directory where plugins are located */
#undef PLUGINDIR
@ -241,7 +241,7 @@
#undef STDC_HEADERS
/* Version number of package */
#define VERSION "0.10.5.2"
#define VERSION "0.10.5.3"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */