fix version number

Original commit message from CVS:
fix version number
This commit is contained in:
Thomas Vander Stichele 2004-12-06 10:03:05 +00:00
parent 7f242a7a04
commit 563d5b9533
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@
* configure.ac: Post release version bump
=== gst-python 0.8.1 ===
2004-11-29 Johan Dahlin <johan@gnome.org>
* configure.ac: Bump version

View file

@ -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)