back to HEAD
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 14 Aug 2006 11:37:10 +0000 (11:37 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 14 Aug 2006 11:37:10 +0000 (11:37 +0000)
Original commit message from CVS:
back to HEAD

ChangeLog
configure.ac
win32/common/config.h

index f5fc8fc..90a038d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * configure.ac: back to HEAD
+
 === release 0.10.4 ===
 
 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
index 2a4fd66..6ffb1e4 100644 (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/pre
-AC_INIT(GStreamer Good Plug-ins, 0.10.4,
+AC_INIT(GStreamer Good Plug-ins, 0.10.4.1,
     http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
     gst-plugins-good)
 
index e0086e3..46ebbab 100644 (file)
@@ -36,7 +36,7 @@
 #define GST_LICENSE "LGPL"
 
 /* package name in plugins */
-#define GST_PACKAGE_NAME "GStreamer Good Plug-ins source release"
+#define GST_PACKAGE_NAME "GStreamer Good Plug-ins CVS/prerelease"
 
 /* package origin */
 #define GST_PACKAGE_ORIGIN "Unknown package origin"
 #define PACKAGE_NAME "GStreamer Good Plug-ins"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.4"
+#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.4.1"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "gst-plugins-good"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "0.10.4"
+#define PACKAGE_VERSION "0.10.4.1"
 
 /* Define the plugin directory */
 #ifdef _DEBUG
 #undef STDC_HEADERS
 
 /* Version number of package */
-#define VERSION "0.10.4"
+#define VERSION "0.10.4.1"
 
 /* Define to 1 if your processor stores words with the most significant byte
    first (like Motorola and SPARC, unlike Intel and VAX). */