summaryrefslogtreecommitdiff
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
parent47174a63e8512ee34c106b2de3c4522311b2b569 (diff)
downloadappstream-glib-1e574413d3700322ddf3ecf40bd7aeec1080211d.tar.gz
trivial: post release version bump
-rw-r--r--RELEASE6
-rw-r--r--meson.build2
2 files changed, 4 insertions, 4 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
diff --git a/meson.build b/meson.build
index f86e188..084f2cc 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('appstream-glib', 'c',
- version : '0.7.10',
+ version : '0.7.11',
license : 'LGPL-2.1+',
default_options : ['warning_level=1', 'c_std=c99'],
meson_version : '>=0.37.0'