summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-03-03 20:29:30 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-03-03 20:29:30 +0000
commit552d6b703d678506a84f35fbf64ba298a77bb3a9 (patch)
treedc1379f282639f77041c72b8f288e90bf6349700
parent869ff4263f1bdee9e41cd69875f9a64535213e22 (diff)
0.18.4 pre-release
-rw-r--r--configure.ac2
-rw-r--r--win32/common/config.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 84f4a29799..9f261df5f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/pre
-AC_INIT(GStreamer Good Plug-ins, 0.10.18.3,
+AC_INIT(GStreamer Good Plug-ins, 0.10.18.4,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-good)
diff --git a/win32/common/config.h b/win32/common/config.h
index 29c40bc364..04b6e9eb98 100644
--- a/win32/common/config.h
+++ b/win32/common/config.h
@@ -359,7 +359,7 @@
#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.18.3"
+#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.18.4"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-good"
@@ -368,7 +368,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.10.18.3"
+#define PACKAGE_VERSION "0.10.18.4"
/* directory where plugins are located */
#ifdef _DEBUG
@@ -399,7 +399,7 @@
#undef STDC_HEADERS
/* Version number of package */
-#define VERSION "0.10.18.3"
+#define VERSION "0.10.18.4"
/* old wavpack API */
#undef WAVPACK_OLD_API