summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2018-07-11 19:24:10 +0100
committerRichard Hughes <richard@hughsie.com>2018-07-11 19:24:10 +0100
commit1e574413d3700322ddf3ecf40bd7aeec1080211d (patch)
treea9ae32b5ebbb22bb7f9ff03ce82adeaaa42940c7 /RELEASE
parent47174a63e8512ee34c106b2de3c4522311b2b569 (diff)
downloadappstream-glib-1e574413d3700322ddf3ecf40bd7aeec1080211d.tar.gz
trivial: post release version bump
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE6
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASE b/RELEASE
index d010181..2b16851 100644
--- a/RELEASE
+++ b/RELEASE
@@ -5,7 +5,7 @@ Appstream-Glib Release Notes
git shortlog appstream_glib_0_7_9.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
-Version 0.7.10
+Version 0.7.11
~~~~~~~~~~~~~~
Released: 2018-xx-xx
@@ -30,8 +30,8 @@ git add po/*.po
4. Commit changes in git:
-git commit -a -m "Release version 0.7.10"
-git tag -s -f -m "Release 0.7.10" appstream_glib_0_7_10
+git commit -a -m "Release version 0.7.11"
+git tag -s -f -m "Release 0.7.11" appstream_glib_0_7_11
<gpg password>
git push --tags
git push