From 24fba9d6ce4fe23c20cdd0fb6d6a8d08100bc5e3 Mon Sep 17 00:00:00 2001 From: Matthias Klumpp Date: Sat, 11 Nov 2023 20:43:55 +0100 Subject: [PATCH] trivial: post release version bump --- RELEASE | 8 ++++---- meson.build | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/RELEASE b/RELEASE index 8d71e6912..624a67fef 100644 --- a/RELEASE +++ b/RELEASE @@ -2,15 +2,15 @@ AppStream Release Notes 1. Set variables -OLD_VERSION="0.16.2" -NEW_VERSION="1.0.0" +OLD_VERSION="1.0.0" +NEW_VERSION="1.0.1" 2. Write NEWS entries for AppStream in the same format as usual. git shortlog v$OLD_VERSION.. | grep -i -v -E '^\s*(trivial:|l10n:)' | grep -v Merge > NEWS.new -------------------------------------------------------------------------------- -Version 1.0.0 +Version 1.0.1 ~~~~~~~~~~~~~~ Released: 2023-xx-xx @@ -53,7 +53,7 @@ git push 10. Send an email to appstream@lists.freedesktop.org ================================================= -AppStream 1.0.0 released! +AppStream 1.0.1 released! Tarballs available here: https://www.freedesktop.org/software/appstream/releases/ diff --git a/meson.build b/meson.build index 4636789f0..5e7f57d57 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project('AppStream', 'c', default_options: ['c_std=c11', 'cpp_std=gnu++17'], license: 'LGPL-2.1-or-later', - version: '1.0.0', + version: '1.0.1', ) cc = meson.get_compiler('c')