diff --git a/ChangeLog b/ChangeLog index bef2e9cc83..cee498e23f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +=== release 0.7.92 === + 2004-06-21 Thomas Vander Stichele * 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 @@ -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 diff --git a/Makefile.am b/Makefile.am index eb63502fae..556abd0e0b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/configure.ac b/configure.ac index 25e8ba1399..0d89a4ed2a 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, 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)