summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-03-04 00:26:46 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-03-04 00:26:46 +0000
commitddcd9a65744fbf7bab35349f9e3adb47bb77b729 (patch)
treede94bba7d61984088d40dc0e5ac51c1c349aaaff
parent43a120bc573a1391d41f6c8630c200dc9ffdf0dd (diff)
downloadgstreamer-plugins-base-ddcd9a65744fbf7bab35349f9e3adb47bb77b729.tar.gz
0.10.17.2 pre-release
Original commit message from CVS: * configure.ac: * win32/common/config.h: 0.10.17.2 pre-release
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
-rw-r--r--win32/common/config.h6
3 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 79f74c0e7..52c79e2c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-03-04 Jan Schmidt <jan.schmidt@sun.com>
+
+ * configure.ac:
+ * win32/common/config.h:
+ 0.10.17.2 pre-release
+
2008-03-03 Jan Schmidt <jan.schmidt@sun.com>
* gst/Makefile.am:
diff --git a/configure.ac b/configure.ac
index 7bc04b950..ba302dd12 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, cvs and prerelease does -Werror too
dnl use a three digit version number for releases, and four for cvs/prerelease
-AC_INIT(GStreamer Base Plug-ins, 0.10.17.1,
+AC_INIT(GStreamer Base Plug-ins, 0.10.17.2,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-base)
diff --git a/win32/common/config.h b/win32/common/config.h
index 5c575c9cb..c12b9d958 100644
--- a/win32/common/config.h
+++ b/win32/common/config.h
@@ -211,13 +211,13 @@
#define PACKAGE_NAME "GStreamer Base Plug-ins"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.17.1"
+#define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.17.2"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-base"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.10.17.1"
+#define PACKAGE_VERSION "0.10.17.2"
/* directory where plugins are located */
#undef PLUGINDIR
@@ -241,7 +241,7 @@
#undef STDC_HEADERS
/* Version number of package */
-#define VERSION "0.10.17.1"
+#define VERSION "0.10.17.2"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */