From 61e94967e9f05a04cd5c4a2d6c4afc72e4dcf8a9 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 7 Jun 2022 09:30:57 +0100 Subject: trivial: Post branch version bump --- RELEASE | 10 +++++----- meson.build | 2 +- 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 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' -- cgit v1.2.1