summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2022-06-07 09:30:57 +0100
committerRichard Hughes <richard@hughsie.com>2022-06-07 09:31:39 +0100
commit61e94967e9f05a04cd5c4a2d6c4afc72e4dcf8a9 (patch)
tree8f9163e0aefa8d886778d1a462e3b0aa9d07ce8e
parent28a9f923994f3fe9d7ed48bea63ba72ba41dde91 (diff)
downloadappstream-glib-61e94967e9f05a04cd5c4a2d6c4afc72e4dcf8a9.tar.gz
trivial: Post branch 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 f1a645e..3509150 100644
--- a/RELEASE
+++ b/RELEASE
@@ -5,9 +5,9 @@ Appstream-Glib Release Notes
git shortlog appstream_glib_0_7_18.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
-Version 0.7.19
-~~~~~~~~~~~~~~
-Released: 2020-xx-xx
+Version 0.8.0
+~~~~~~~~~~~~~
+Released: 2021-xx-xx
Notes:
@@ -20,8 +20,8 @@ Bugfixes:
4. Commit changes in git:
-git commit -a -m "Release version 0.7.19"
-git tag -s -f -m "Release 0.7.19" appstream_glib_0_7_19
+git commit -a -m "Release version 0.8.0"
+git tag -s -f -m "Release 0.8.0" appstream_glib_0_8_0
<gpg password>
git push --tags
git push
diff --git a/meson.build b/meson.build
index 46becb4..16ae5a4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('appstream-glib', 'c',
- version : '0.7.19',
+ version : '0.8.0',
license : 'LGPL-2.1+',
default_options : ['warning_level=1', 'c_std=c99'],
meson_version : '>=0.46.0'