diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-03-18 12:17:58 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-03-18 12:17:58 +0000 |
commit | b6a11d2a8552386e2d9fe658d50ce7ae5bbe4365 (patch) | |
tree | b66a58c2595bb84a5494fbbc234e9b3241f4ae4e | |
parent | bf20f01fbac0014af55cfe990d238ca9399a24a0 (diff) |
0.10.17.4 pre-release
Original commit message from CVS:
* configure.ac:
* win32/common/config.h:
0.10.17.4 pre-release
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | win32/common/config.h | 6 |
3 files changed, 10 insertions, 4 deletions
@@ -1,3 +1,9 @@ +2008-03-18 Jan Schmidt <jan.schmidt@sun.com> + + * configure.ac: + * win32/common/config.h: + 0.10.17.4 pre-release + 2008-03-18 Wim Taymans <wim.taymans@collabora.co.uk> Patch by: Ole André Vadla Ravnås diff --git a/configure.ac b/configure.ac index 33a67cc7b..ab50439d5 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.52) 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, 0.10.17.3, +AC_INIT(GStreamer, 0.10.17.4, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gstreamer) AG_GST_INIT diff --git a/win32/common/config.h b/win32/common/config.h index 2c3ca8f41..dc0e36a9e 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -197,13 +197,13 @@ #define PACKAGE_NAME "GStreamer" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer 0.10.17.3" +#define PACKAGE_STRING "GStreamer 0.10.17.4" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gstreamer" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.10.17.3" +#define PACKAGE_VERSION "0.10.17.4" /* Define the plugin directory */ #ifdef _DEBUG @@ -219,7 +219,7 @@ #undef USE_POISONING /* Version number of package */ -#define VERSION "0.10.17.3" +#define VERSION "0.10.17.4" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ |