summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-04-05 13:54:54 +0200
committerRichard Hughes <richard@hughsie.com>2014-04-05 13:54:54 +0200
commit9cf9a2accf862104e2f4173792085f80280ce041 (patch)
tree938fc3f74e7b9a326c51769396b5d20d797c53ef /RELEASE
parentc024af30d7ba634df1d2416c6a98b8bfb5344c2c (diff)
downloadcolord-9cf9a2accf862104e2f4173792085f80280ce041.tar.gz
Release colord 1.2.0COLORD_1_2_01.2.0
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE8
1 files changed, 4 insertions, 4 deletions
diff --git a/RELEASE b/RELEASE
index 804f9e3..ff8f729 100644
--- a/RELEASE
+++ b/RELEASE
@@ -4,9 +4,9 @@ colord Release Notes
git shortlog COLORD_1_1_5.. | grep -i -v trivial | grep -v Merge > NEWS.new
-Version 1.1.6
+Version 1.2.0
~~~~~~~~~~~~~
-Released: 2013-xx-xx
+Released: 2014-xx-xx
New Features:
Bugfixes:
@@ -25,8 +25,8 @@ git add *.po
2. Commit changes to git:
# MAKE SURE THESE ARE CORRECT
-export release_version="1.1.6"
-export release_tag="COLORD_1_1_6"
+export release_version="1.2.0"
+export release_tag="COLORD_1_2_0"
git commit -a -m "Release colord ${release_version}"
git tag -s -f -m "Release colord ${release_version}" "${release_tag}"