diff --git a/RELEASE b/RELEASE index fe7002a..ca4f87a 100644 --- a/RELEASE +++ b/RELEASE @@ -2,10 +2,10 @@ AppStream Generator Release Notes 1. Write NEWS entries for AppStream Generator in the same format as usual. -git shortlog v0.7.2.. | grep -i -v trivial | grep -v Merge > NEWS.new +git shortlog v0.7.3.. | grep -i -v trivial | grep -v Merge > NEWS.new -------------------------------------------------------------------------------- -Version 0.7.3 +Version 0.7.4 ~~~~~~~~~~~~~~ Released: 2018-xx-xx @@ -18,8 +18,8 @@ Bugfixes: 2. Commit changes in Git: -git commit -a -m "Release version 0.7.3" -git tag -s -f -m "Release 0.7.3" v0.7.3 +git commit -a -m "Release version 0.7.4" +git tag -s -f -m "Release 0.7.4" v0.7.4 git push --tags git push @@ -33,7 +33,7 @@ git push 5. Send an email to appstream@lists.freedesktop.org ================================================= -AppStream Generator 0.7.3 released! +AppStream Generator 0.7.4 released! Tarballs available here: https://github.com/ximion/appstream-generator/releases diff --git a/meson.build b/meson.build index 8bfacea..ef4c203 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project('AppStream Generator', 'd', meson_version : '>=0.44', subproject_dir : 'contrib/subprojects', license : 'LGPL-3.0+', - version : '0.7.3' + version : '0.7.4' ) asgen_version = meson.project_version()