summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-08-10 17:14:18 +0100
committerRichard Hughes <richard@hughsie.com>2016-08-10 17:14:18 +0100
commite573fb76bb733235dde16bfd2a5ac0865faa5a29 (patch)
tree1f68883a682e83311c758a7af8e1fce9479c68a8
parent2e86827800f0901f0c928dc9be75400c8e08198d (diff)
downloadappstream-glib-e573fb76bb733235dde16bfd2a5ac0865faa5a29.tar.gz
trivial: post release version bump
-rw-r--r--RELEASE8
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 5 deletions
diff --git a/RELEASE b/RELEASE
index 5e30c0b..9317f4b 100644
--- a/RELEASE
+++ b/RELEASE
@@ -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_5_17.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog appstream_glib_0_5_18.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
-Version 0.5.18
+Version 0.5.19
~~~~~~~~~~~~~~
Released: 2016-xx-xx
@@ -20,8 +20,8 @@ Bugfixes:
4. Commit changes in git:
-git commit -a -m "Release version 0.5.18"
-git tag -s -f -m "Release 0.5.18" appstream_glib_0_5_18
+git commit -a -m "Release version 0.5.19"
+git tag -s -f -m "Release 0.5.19" appstream_glib_0_5_19
<gpg password>
git push --tags
git push
diff --git a/configure.ac b/configure.ac
index 753f0aa..2acc9e0 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], [5])
-m4_define([as_micro_version], [18])
+m4_define([as_micro_version], [19])
m4_define([as_version],
[as_major_version.as_minor_version.as_micro_version])