diff --git a/RELEASE b/RELEASE index 624a67fe..47a45124 100644 --- a/RELEASE +++ b/RELEASE @@ -2,17 +2,17 @@ AppStream Release Notes 1. Set variables -OLD_VERSION="1.0.0" -NEW_VERSION="1.0.1" +OLD_VERSION="1.0.1" +NEW_VERSION="1.0.2" 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.1 +Version 1.0.2 ~~~~~~~~~~~~~~ -Released: 2023-xx-xx +Released: 2024-xx-xx Notes: @@ -53,7 +53,7 @@ git push 10. Send an email to appstream@lists.freedesktop.org ================================================= -AppStream 1.0.1 released! +AppStream 1.0.2 released! Tarballs available here: https://www.freedesktop.org/software/appstream/releases/ diff --git a/meson.build b/meson.build index 0556b1ed..487f9031 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.1', + version: '1.0.2', ) cc = meson.get_compiler('c')