summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-05-13 10:54:26 +0100
committerRichard Hughes <richard@hughsie.com>2013-05-13 10:54:26 +0100
commit5c78a283ac9905404e2f36eae626ccfa6dc4a05b (patch)
tree4a840ed467e64b4a62591f797a2fbd2bb661cea3 /RELEASE
parent2e0698166845dd8562f78153c9d697b8467755f2 (diff)
downloadcolord-5c78a283ac9905404e2f36eae626ccfa6dc4a05b.tar.gz
trivial: Post branch version bump
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE6
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASE b/RELEASE
index 5da4010..696b329 100644
--- a/RELEASE
+++ b/RELEASE
@@ -4,7 +4,7 @@ colord Release Notes
git shortlog COLORD_1_0_0.. | grep -i -v trivial | grep -v Merge > NEWS.new
-Version 1.0.1
+Version 1.1.1
~~~~~~~~~~~~~
Released: 2013-xx-xx
@@ -25,8 +25,8 @@ git add *.po
2. Commit changes to git:
# MAKE SURE THESE ARE CORRECT
-export release_version="1.0.1"
-export release_tag="COLORD_1_0_1"
+export release_version="1.1.1"
+export release_tag="COLORD_1_1_1"
git commit -a -m "Release colord ${release_version}"
git tag -s -f -m "Release colord ${release_version}" "${release_tag}"