summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2012-06-26 12:11:28 +0100
committerRichard Hughes <richard@hughsie.com>2012-06-26 12:11:28 +0100
commitc212fd3ceb7e6edcb833e3b0bd43bc5ad7b894b3 (patch)
tree363f85116695531780e81bd6f9407503d4292481
parent8c5e0368590edf1ef442d1ec07bcb0acfb5b8000 (diff)
downloadcolord-gtk-c212fd3ceb7e6edcb833e3b0bd43bc5ad7b894b3.tar.gz
Fix release instructions and version number
The version number isn't going to be linked to colord.
-rw-r--r--RELEASE20
-rw-r--r--configure.ac4
2 files changed, 8 insertions, 16 deletions
diff --git a/RELEASE b/RELEASE
index 164e4d9..e358f5e 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,29 +2,21 @@ colord-gtk Release Notes
1. Write NEWS entries for colord in the same format as usual.
-git shortlog COLORD_GTK_0_1_21.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog COLORD_GTK_0_1_0.. | grep -i -v trivial | grep -v Merge > NEWS.new
-Version 0.1.22
-~~~~~~~~~~~~~~
+Version 0.1.1
+~~~~~~~~~~~~~
Released: 2012-xx-xx
Translations:
New Features:
Bugfixes:
-Write release date to doc/website/download.html
-
-Update translations:
-
-tx push --source
-tx pull --all
-git add po/*.po
-
2. Commit changes to git:
# MAKE SURE THESE ARE CORRECT
-export release_version="0.1.22"
-export release_tag="COLORD_GTK_0_1_22"
+export release_version="0.1.1"
+export release_tag="COLORD_GTK_0_1_1"
git commit -a -m "Release colord-gtk ${release_version}"
git tag -s -f -m "Release colord-gtk ${release_version}" "${release_tag}"
@@ -43,7 +35,7 @@ gpg -b -a colord-${release_version}.tar.xz
4. Upload tarball:
-scp colord-${release_version}.tar.* hughsient@annarchy.freedesktop.org:/srv/www.freedesktop.org/www/software/colord/releases/
+scp colord-gtk-${release_version}.tar.* hughsient@annarchy.freedesktop.org:/srv/www.freedesktop.org/www/software/colord/releases/
5. Do post release version bump in configure.ac
diff --git a/configure.ac b/configure.ac
index d608fbf..a744e0b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ(2.63)
m4_define([cd_major_version], [0])
m4_define([cd_minor_version], [1])
-m4_define([cd_micro_version], [22])
+m4_define([cd_micro_version], [1])
m4_define([cd_version],
[cd_major_version.cd_minor_version.cd_micro_version])
@@ -37,7 +37,7 @@ AC_SUBST(CD_GTK_MICRO_VERSION)
# REVISION If the API and ABI remains the same, but bugs are fixed.
# AGE Don't use.
LT_CURRENT=1
-LT_REVISION=11
+LT_REVISION=0
LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)