summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-02-02 13:50:03 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-02-02 13:50:03 +0000
commitfb54baa94b05626afd4c1733ba30c3d2ee477761 (patch)
tree753acd921a90f3bfe5b94a92ccecaadcd30d16ac
parenta6048ae4d7e37aa0bfa5d27c7a2096c952cf7c38 (diff)
prepping the releaseRELEASE-0_3_2-DOBDAY
Original commit message from CVS: prepping the release
-rw-r--r--configure.ac10
-rw-r--r--docs/random/release11
-rw-r--r--gstreamer.spec.in2
3 files changed, 16 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index d5ca3fcaae..71acdd6c72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,15 +8,15 @@ AM_CONFIG_HEADER(config.h)
GST_VERSION_MAJOR=0
GST_VERSION_MINOR=3
-GST_VERSION_MICRO=1
+GST_VERSION_MICRO=2
dnl we use a datestamped release tag and a fourth version ".1" number
dnl during CVS development
-GST_VERSION_RELEASE=`date +%Y%m%d`
-GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO.3
+dnl GST_VERSION_RELEASE=`date +%Y%m%d`
+dnl GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO.3
dnl we use a normal release tag increased manually when releasing
-dnl GST_VERSION_RELEASE=1
-dnl GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO
+GST_VERSION_RELEASE=1
+GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO
PACKAGE=gstreamer
VERSION=$GST_VERSION
diff --git a/docs/random/release b/docs/random/release
index 6b5263d072..fdf1ec4dde 100644
--- a/docs/random/release
+++ b/docs/random/release
@@ -1,6 +1,16 @@
Release TODO
------------
+* after a release, we move in cvs mode and use a .1 nano version number
+
+* close to the next release, we make prereleases by upping the nano version
+
+* update release notes
+
+* add release notes to cvs
+
+* update web site release notes
+
* make distcheck should pass
* test suite should pass
@@ -19,7 +29,6 @@ Release TODO
http://gstreamer.net/dev/cvs.php
add tag to above page
-* update web site release notes
* update web site news items for release
diff --git a/gstreamer.spec.in b/gstreamer.spec.in
index 7c8d03bed2..71a3502400 100644
--- a/gstreamer.spec.in
+++ b/gstreamer.spec.in
@@ -27,7 +27,7 @@ plugins.
%{_bindir}/gst-inspect
%{_bindir}/gst-launch
%{_bindir}/gst-register
-%{_libdir}/libgst.so.*
+%{_libdir}/libgst-%{version}.so.*
%{_libdir}/gst/libgstautoplugcache.so*
%{_libdir}/gst/libgstautoplugger.so*
%{_libdir}/gst/libgstbasicscheduler.so*