summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2006-02-08 15:57:53 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2006-02-08 15:57:53 +0000
commitba17539d2790bb407cd9cabd790ffc9b7c7b1702 (patch)
treef0d6dc41d49e961b399697341221a8c018116cc7
parent9a1ed4d0120ae67acb8beeb3fe92fc98087af0f7 (diff)
0.10.2.2 prerelease (of 0.10.3).
Original commit message from CVS: * configure.ac: * win32/common/config.h: 0.10.2.2 prerelease (of 0.10.3).
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
-rw-r--r--win32/common/config.h2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 040a891fbb..f4f4b601dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
+ * configure.ac:
+ * win32/common/config.h:
+ 0.10.2.2 prerelease (of 0.10.3).
+
+2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
+
* gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
Revert Andy's newsegment change pending a more correct
fix.
diff --git a/configure.ac b/configure.ac
index f43310a26d..64dd6432f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_INIT
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
-AS_VERSION(gst-plugins-base, GST_PLUGINS_BASE_VERSION, 0, 10, 2, 1,
+AS_VERSION(gst-plugins-base, GST_PLUGINS_BASE_VERSION, 0, 10, 2, 2,
GST_CVS="no", GST_CVS="yes")
dnl can autoconf find the source ?
diff --git a/win32/common/config.h b/win32/common/config.h
index 11cc8e871b..89b195b9ed 100644
--- a/win32/common/config.h
+++ b/win32/common/config.h
@@ -250,7 +250,7 @@
#undef STDC_HEADERS
/* Version number of package */
-#define VERSION "0.10.2.1"
+#define VERSION "0.10.2.2"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */