summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-05-26 08:54:33 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-05-26 12:01:26 +0100
commit64a01683adbf86364feb8fe54c6138a330b197e4 (patch)
tree9011be662db52037484d70540bdad6de5c7ff03e
parent5274c0fe9a3bca82bbb8ffe81dc9f3ed16c3f258 (diff)
0.10.22.3 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 4a3ef476f..3309a9d79 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.22.2,
+AC_INIT(GStreamer Good Plug-ins, 0.10.22.3,
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 fc14f404f..6a7b5d561 100644
--- a/win32/common/config.h
+++ b/win32/common/config.h
@@ -368,7 +368,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.22.2"
+#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.22.3"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-good"
@@ -377,7 +377,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.10.22.2"
+#define PACKAGE_VERSION "0.10.22.3"
/* directory where plugins are located */
#ifdef _DEBUG
@@ -408,7 +408,7 @@
#undef STDC_HEADERS
/* Version number of package */
-#define VERSION "0.10.22.2"
+#define VERSION "0.10.22.3"
/* old wavpack API */
#undef WAVPACK_OLD_API