diff options
author | Richard Hughes <richard@hughsie.com> | 2016-10-12 19:48:37 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2016-10-12 19:48:37 +0100 |
commit | f445d0b3cd0d9017dea3ef9745b327f0753d5ec4 (patch) | |
tree | 678dd50f7de048fd045c969c51656f1819f6761b | |
parent | 21d0a0322989c3ef64dd11907be6bebdfc9d20d5 (diff) | |
download | appstream-glib-f445d0b3cd0d9017dea3ef9745b327f0753d5ec4.tar.gz |
trivial: post release version bump
-rw-r--r-- | RELEASE | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -2,10 +2,10 @@ Appstream-Glib Release Notes 1. Write NEWS entries for appstream_glib in the same format as usual. -git shortlog appstream_glib_0_6_3.. | grep -i -v trivial | grep -v Merge > NEWS.new +git shortlog appstream_glib_0_6_4.. | grep -i -v trivial | grep -v Merge > NEWS.new -------------------------------------------------------------------------------- -Version 0.6.4 +Version 0.6.5 ~~~~~~~~~~~~~ Released: 2016-xx-xx @@ -27,8 +27,8 @@ git add po/*.po 4. Commit changes in git: -git commit -a -m "Release version 0.6.4" -git tag -s -f -m "Release 0.6.4" appstream_glib_0_6_4 +git commit -a -m "Release version 0.6.5" +git tag -s -f -m "Release 0.6.5" appstream_glib_0_6_5 <gpg password> git push --tags git push diff --git a/configure.ac b/configure.ac index bf206ba..083ca39 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.63) m4_define([as_major_version], [0]) m4_define([as_minor_version], [6]) -m4_define([as_micro_version], [4]) +m4_define([as_micro_version], [5]) m4_define([as_version], [as_major_version.as_minor_version.as_micro_version]) |