summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-07-29 09:26:16 +0100
committerRichard Hughes <richard@hughsie.com>2016-07-29 09:26:45 +0100
commit285fdc7e51ba51d7ff09748f3adeddc0a061a412 (patch)
tree68bc653001ccd38a2d47f3cb077d7d79bdc7337e /RELEASE
parent284c54de42e95fbda366835bb618092cf38b2ebc (diff)
downloadappstream-glib-285fdc7e51ba51d7ff09748f3adeddc0a061a412.tar.gz
trivial: Post branch version bump
Also, fix the 'Since' tags on the API not in the 0.5.* branch.
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE6
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASE b/RELEASE
index 3cbd5d4..1d02705 100644
--- a/RELEASE
+++ b/RELEASE
@@ -5,7 +5,7 @@ Appstream-Glib Release Notes
git shortlog appstream_glib_0_5_17.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
-Version 0.5.18
+Version 0.6.1
~~~~~~~~~~~~~~
Released: 2016-xx-xx
@@ -28,8 +28,8 @@ git add *.po
4. Commit changes in git:
-git commit -a -m "Release version 0.5.18"
-git tag -s -f -m "Release 0.5.18" appstream_glib_0_5_18
+git commit -a -m "Release version 0.6.1"
+git tag -s -f -m "Release 0.6.1" appstream_glib_0.6.1
<gpg password>
git push --tags
git push