diff --git a/ChangeLog b/ChangeLog index 7be29cfe93..990d687a3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ * configure.ac: Post release version bump === gst-python 0.8.1 === + 2004-11-29 Johan Dahlin * configure.ac: Bump version diff --git a/configure.ac b/configure.ac index 1606a647ed..f7769d143c 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, 2, 0, GST_CVS="no", GST_CVS="yes") +AS_VERSION(gst-python, PYGST_VERSION, 0, 8, 1, 1, GST_CVS="no", GST_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE, $VERSION)