first prerelease

Original commit message from CVS:
first prerelease
This commit is contained in:
Thomas Vander Stichele 2006-09-07 14:56:47 +00:00
parent 1fbad5e402
commit fa3f004954
2 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, cvs and prerelease does -Werror too
dnl use a three digit version number for releases, and four for cvs/prerelease
AC_INIT(GStreamer Base Plug-ins, 0.10.9.1,
AC_INIT(GStreamer Base Plug-ins, 0.10.9.2,
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.9.1"
#undef PACKAGE_STRING "GStreamer Base Plug-ins 0.10.9.2"
/* 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.9.1"
#undef PACKAGE_VERSION "0.10.9.2"
/* directory where plugins are located */
#undef PLUGINDIR
@ -241,7 +241,7 @@
#undef STDC_HEADERS
/* Version number of package */
#define VERSION "0.10.9.1"
#define VERSION "0.10.9.2"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */