summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2004-11-15 14:13:58 +0000
committerJohan Dahlin <johan@gnome.org>2004-11-15 14:13:58 +0000
commit28214408ba78c327b4777418d7bf3ea1437a5d04 (patch)
tree85992c8d182de9c6616191f2c0b0cb8e7b7d3fe2
parent857242d2f10da59217a9b654d2c317efe6edd7b4 (diff)
Original commit message from CVS: 0.8.0
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d97d1a655b..3b77c3ebba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
+=== release 0.8.0 ===
2004-11-15 Johan Dahlin <johan@gnome.org>
+ * configure.ac: bump
+
* gst/gst.override (_wrap_gst_tag_setter_get_list): Override, to
avoid compiler warning.
diff --git a/configure.ac b/configure.ac
index 6e26a918ed..c3bbcb6c76 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, 7, 94, 0, GST_CVS="no", GST_CVS="yes")
+AS_VERSION(gst-python, PYGST_VERSION, 0, 8, 0, 0, GST_CVS="no", GST_CVS="yes")
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)