summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2017-06-22 16:53:05 +0100
committerRichard Hughes <richard@hughsie.com>2017-06-22 16:53:05 +0100
commite11abd151fd6c7931f96b42a43f9f2a979a51da5 (patch)
treee67edabb284272032d15ad3318524633ee6dd588
parent9ca9447929d8b15703c91946026534585826ab13 (diff)
downloadappstream-glib-e11abd151fd6c7931f96b42a43f9f2a979a51da5.tar.gz
trivial: post release version bump
-rw-r--r--RELEASE10
-rw-r--r--meson.build2
2 files changed, 6 insertions, 6 deletions
diff --git a/RELEASE b/RELEASE
index 13b741d..d9d76bd 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,10 +2,10 @@ Appstream-Glib Release Notes
1. Write NEWS entries for appstream_glib in the same format as usual.
-git shortlog appstream_glib_0_6_13.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog appstream_glib_0_7_0.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
-Version 0.7.0
+Version 0.7.1
~~~~~~~~~~~~~~
Released: 2017-xx-xx
@@ -27,8 +27,8 @@ git add po/*.po
4. Commit changes in git:
-git commit -a -m "Release version 0.7.0"
-git tag -s -f -m "Release 0.7.0" appstream_glib_0_7_0
+git commit -a -m "Release version 0.7.1"
+git tag -s -f -m "Release 0.7.1" appstream_glib_0_7_1
<gpg password>
git push --tags
git push
@@ -39,7 +39,7 @@ git push
scp meson-dist/*.tar.* hughsient@people.freedesktop.org:~/public_html/appstream-glib/releases
-7. Do post release version bump in configure.ac
+7. Do post release version bump in meson.build
8. Commit trivial changes:
diff --git a/meson.build b/meson.build
index b4a54af..b0912cc 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('appstream-glib', 'c',
- version : '0.7.0',
+ version : '0.7.1',
license : 'LGPL-2.1+',
default_options : ['warning_level=1'],
meson_version : '>=0.37.0'