first prerelease
authorThomas Vander Stichele <thomas@apestaart.org>
Sat, 9 Sep 2006 16:08:17 +0000 (16:08 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sat, 9 Sep 2006 16:08:17 +0000 (16:08 +0000)
Original commit message from CVS:
first prerelease

configure.ac
win32/common/config.h

index 128a820..eafd3a7 100644 (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, 0.10.9.1,
+AC_INIT(GStreamer, 0.10.9.2,
     http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
     gstreamer)
 
index 3719e6f..b2c8290 100644 (file)
 #define PACKAGE_NAME "GStreamer"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GStreamer 0.10.9.1"
+#define PACKAGE_STRING "GStreamer 0.10.9.2"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "gstreamer"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "0.10.9.1"
+#define PACKAGE_VERSION "0.10.9.2"
 
 /* Define the plugin directory */
 #ifdef _DEBUG
 #undef USE_POISONING
 
 /* 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). */