Original commit message from CVS:
release
This commit is contained in:
Thomas Vander Stichele 2004-06-21 10:18:08 +00:00
parent f939382d3d
commit f8cd96db16
3 changed files with 6 additions and 5 deletions

View file

@ -1,3 +1,5 @@
=== release 0.7.92 ===
2004-06-21 Thomas Vander Stichele <thomas at apestaart dot org>
* testsuite/Makefile.am:
@ -156,7 +158,7 @@
* examples/gstplay/videoplayer.py: New example, simple video
player embedded in a gtk+ widget.
== gst-python 0.7.91 ==
=== release 0.7.91 ===
2004-03-31 Johan Dahlin <johan@gnome.org>
@ -172,7 +174,7 @@
* Makefile.am (EXTRA_DIST): Add codegen/* Can't believe distcheck passed
== gst-python 0.7.90 ==
=== release 0.7.90 ===
2004-03-30 Johan Dahlin <johan@gnome.org>

View file

@ -38,5 +38,4 @@ EXTRA_DIST = \
codegen/override.py \
codegen/scmexpr.py
snap:
$(MAKE) dist distdir=$(PACKAGE)-`date +"%Y%m%d"`
include $(top_srcdir)/common/release.mak

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, 7, 92, 1, GST_CVS="no", GST_CVS="yes")
AS_VERSION(gst-python, PYGST_VERSION, 0, 7, 92, 0, GST_CVS="no", GST_CVS="yes")
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)