From ff383c59f273d987122d45e9c0b66904c78ed79b Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 11 Nov 2005 19:34:50 +0000 Subject: [PATCH] back to head Original commit message from CVS: back to head --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ddef5f4933..3ca8f3cbe5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-11-11 Thomas Vander Stichele + + * configure.ac: back to HEAD + === release 0.9.5 === 2005-11-11 Thomas Vander Stichele diff --git a/configure.ac b/configure.ac index b8963504e7..db468b46c6 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-good, GST_PLUGINS_GOOD_VERSION, 0, 9, 5, 0, +AS_VERSION(gst-plugins-good, GST_PLUGINS_GOOD_VERSION, 0, 9, 5, 1, GST_CVS="no", GST_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE,$VERSION)