diff options
author | Richard Hughes <richard@hughsie.com> | 2017-06-22 16:53:05 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2017-06-22 16:53:05 +0100 |
commit | e11abd151fd6c7931f96b42a43f9f2a979a51da5 (patch) | |
tree | e67edabb284272032d15ad3318524633ee6dd588 | |
parent | 9ca9447929d8b15703c91946026534585826ab13 (diff) | |
download | appstream-glib-e11abd151fd6c7931f96b42a43f9f2a979a51da5.tar.gz |
trivial: post release version bump
-rw-r--r-- | RELEASE | 10 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 6 insertions, 6 deletions
@@ -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' |