Back to development
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 8 Aug 2012 15:35:12 +0000 (16:35 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 8 Aug 2012 15:35:12 +0000 (16:35 +0100)
configure.ac
win32/common/config.h

index 47cc30e44a237d9f57af4242184ec21e71f700b0..45490e5daccf96e23c08fef5cce90fa58d96f5d0 100644 (file)
@@ -3,7 +3,7 @@ AC_PREREQ(2.62)
 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 Bad Plug-ins, 0.11.93,
+AC_INIT(GStreamer Bad Plug-ins, 0.11.93.1,
     http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
     gst-plugins-bad)
 
index 08cbdf48ecd1f5b107d9134fd2328006abf1a5de..c429171cded83906d3cb0716e234a3f14fbfa8dd 100644 (file)
@@ -24,7 +24,7 @@
 #define GST_LICENSE "LGPL"
 
 /* package name in plugins */
-#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
+#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
 
 /* package origin */
 #define GST_PACKAGE_ORIGIN "Unknown package origin"
 #undef USE_POISONING
 
 /* Version number of package */
-#define VERSION "0.11.93"
+#define VERSION "0.11.93.1"
 
 /* Define to 1 if your processor stores words with the most significant byte
    first (like Motorola and SPARC, unlike Intel and VAX). */