summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-10-03 18:00:32 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-10-03 18:00:32 +0000
commitc80ddec9c16d79e977bdde1c9d7176c898c4ae36 (patch)
tree47a1f70e77f23587a9e176994f77ba3f26ba3840
parent179800383de7a7118749aa1e46214c2bebd95876 (diff)
downloadgst-plugins-bad-c80ddec9c16d79e977bdde1c9d7176c898c4ae36.tar.gz
gst-plugins-bad-c80ddec9c16d79e977bdde1c9d7176c898c4ae36.tar.bz2
gst-plugins-bad-c80ddec9c16d79e977bdde1c9d7176c898c4ae36.zip
back to head
Original commit message from CVS: back to head
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a7f3dca..83719e18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * configure.ac:
+ back to development
+
=== release 0.9.3 ===
2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
diff --git a/configure.ac b/configure.ac
index e4552349..c035ff86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AM_MAINTAINER_MODE
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-bad, GST_PLUGINS_BAD_VERSION, 0, 9, 3, 0,
+AS_VERSION(gst-plugins-bad, GST_PLUGINS_BAD_VERSION, 0, 9, 3, 1,
GST_CVS="no", GST_CVS="yes")
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)