summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-10-07 16:48:25 +0100
committerTim-Philipp Müller <tim@centricular.net>2012-10-07 16:48:25 +0100
commitad0a4f4819d125a5fcaeb8686fa679069f32a4a3 (patch)
tree1945588b97efa9e75a2f7a1cf1b1dc29e8015d3c /win32
parentc6de3adac8d85ea49cf71a2b9868f9c092427f94 (diff)
Back to development (bug-fixing)
Diffstat (limited to 'win32')
-rw-r--r--win32/common/config.h10
-rw-r--r--win32/common/gstversion.h2
2 files changed, 6 insertions, 6 deletions
diff --git a/win32/common/config.h b/win32/common/config.h
index 674353db0..35eb953c0 100644
--- a/win32/common/config.h
+++ b/win32/common/config.h
@@ -56,13 +56,13 @@
#define GST_LICENSE "LGPL"
/* package name in plugins */
-#define GST_PACKAGE_NAME "GStreamer source release"
+#define GST_PACKAGE_NAME "GStreamer git"
/* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
-#define GST_PACKAGE_RELEASE_DATETIME "2012-10-07"
+#define GST_PACKAGE_RELEASE_DATETIME "2012-10-07T15:37Z"
/* location of the installed gst-plugin-scanner */
#define GST_PLUGIN_SCANNER_INSTALLED LIBDIR "\\gst-plugin-scanner"
@@ -337,7 +337,7 @@
#define PACKAGE_NAME "GStreamer"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GStreamer 1.0.1"
+#define PACKAGE_STRING "GStreamer 1.0.1.1"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gstreamer"
@@ -346,7 +346,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.0.1"
+#define PACKAGE_VERSION "1.0.1.1"
/* directory where plugins are located */
#ifdef _DEBUG
@@ -380,7 +380,7 @@
#undef USE_POISONING
/* Version number of package */
-#define VERSION "1.0.1"
+#define VERSION "1.0.1.1"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
diff --git a/win32/common/gstversion.h b/win32/common/gstversion.h
index 0c9f1125e..a621b4e01 100644
--- a/win32/common/gstversion.h
+++ b/win32/common/gstversion.h
@@ -64,7 +64,7 @@ G_BEGIN_DECLS
* The nano version of GStreamer at compile time:
* Actual releases have 0, GIT versions have 1, prerelease versions have 2-...
*/
-#define GST_VERSION_NANO (0)
+#define GST_VERSION_NANO (1)
/**
* GST_CHECK_VERSION: