summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2022-07-15 11:19:07 +0100
committerRichard Hughes <richard@hughsie.com>2022-07-15 11:19:07 +0100
commit2415ed7f48aba0f210445ab83e8278ca4ec47945 (patch)
tree6a7953a9d77b8baf3922f3c5c94fe55b42d6f440
parentfc9f22621846b0411173be176f06ea7c7a60b172 (diff)
downloadappstream-glib-2415ed7f48aba0f210445ab83e8278ca4ec47945.tar.gz
trivial: post release version bump
-rw-r--r--RELEASE8
-rw-r--r--meson.build2
2 files changed, 5 insertions, 5 deletions
diff --git a/RELEASE b/RELEASE
index c61d2fa..2af6393 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_7_18.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog appstream_glib_0_8_0.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
-Version 0.8.0
+Version 0.8.1
~~~~~~~~~~~~~
Released: 2022-xx-xx
@@ -21,8 +21,8 @@ Bugfixes:
4. Commit changes in git:
-git commit -a -m "Release version 0.8.0"
-git tag -s -f -m "Release 0.8.0" appstream_glib_0_8_0
+git commit -a -m "Release version 0.8.1"
+git tag -s -f -m "Release 0.8.1" appstream_glib_0_8_1
<gpg password>
git push --tags
git push
diff --git a/meson.build b/meson.build
index c761dad..6e261e9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('appstream-glib', 'c',
- version : '0.8.0',
+ version : '0.8.1',
license : 'LGPL-2.1+',
default_options : ['warning_level=1', 'c_std=c99'],
meson_version : '>=0.46.0'