trivial: post release version bump

This commit is contained in:
Matthias Klumpp 2018-04-26 18:57:58 +02:00
parent d3fcfb5194
commit 4258506657
2 changed files with 6 additions and 6 deletions

10
RELEASE
View File

@ -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 <gpg password>
git commit -a -m "Release version 0.7.4"
git tag -s -f -m "Release 0.7.4" v0.7.4 <gpg password>
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

View File

@ -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()