summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Shaw <joeshaw@novell.com>2005-01-28 17:04:35 +0000
committerJoe Shaw <joeshaw@novell.com>2005-01-28 17:04:35 +0000
commitcbe79dee56173228640ebd3d32932bdb3a4ee14f (patch)
treee7de588adf35ea9ae7deaae73c114d7be52d2159
parentbb98998d6803c958c242794679d4301f7f906f36 (diff)
2005-01-28 Joe Shaw <joeshaw@novell.com>
* configure.in: Bump version up to 0.30. * HACKING: Add a release item to bump the version number up after a release.
-rw-r--r--ChangeLog7
-rw-r--r--HACKING6
-rw-r--r--configure.in2
3 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d948f12..1601539d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-01-28 Joe Shaw <joeshaw@novell.com>
+
+ * configure.in: Bump version up to 0.30.
+
+ * HACKING: Add a release item to bump the version number up after
+ a release.
+
2005-01-28 Havoc Pennington <hp@redhat.com>
* doc/dbus-specification.xml: update to describe 16-bit types and
diff --git a/HACKING b/HACKING
index 75bdf424..9e712057 100644
--- a/HACKING
+++ b/HACKING
@@ -90,6 +90,10 @@ To make a release of D-BUS, do the following:
- once the commit succeeds, "cvs tag DBUS_X_Y_Z" where
X_Y_Z map to version X.Y.Z
+ - bump the version number up in configure.in, and commit
+ it. Make sure you do this *after* tagging the previous
+ release!
+
- scp your tarball to freedesktop.org server and copy it
to /srv/dbus.freedesktop.org/releases. This should
be possible if you're in group "dbus"
@@ -104,7 +108,7 @@ To make a release of D-BUS, do the following:
items must be indented three more spaces to conform to the
formatting of the other releases there.
- - post to dbus@freedesktop.org announcing the release.
+ - post to dbus@lists.freedesktop.org announcing the release.
Environment variables
diff --git a/configure.in b/configure.in
index 71efb27f..b09430d5 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ AC_PREREQ(2.52)
AC_INIT(dbus/dbus.h)
-AM_INIT_AUTOMAKE(dbus, 0.23)
+AM_INIT_AUTOMAKE(dbus, 0.30)
AM_CONFIG_HEADER(config.h)