diff --git a/ChangeLog b/ChangeLog index 17850c0118..7be29cfe93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-11-29 Johan Dahlin + + * configure.ac: Post release version bump + === gst-python 0.8.1 === 2004-11-29 Johan Dahlin diff --git a/configure.ac b/configure.ac index 9dd7c01013..1606a647ed 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ dnl AM_MAINTAINER_MODE only provides the option to configure to enable it AM_MAINTAINER_MODE dnl when going to/from release please set the nano (fourth number) right ! -AS_VERSION(gst-python, PYGST_VERSION, 0, 8, 1, 0, GST_CVS="no", GST_CVS="yes") +AS_VERSION(gst-python, PYGST_VERSION, 0, 8, 2, 0, GST_CVS="no", GST_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE, $VERSION)