summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2017-02-27 14:33:24 +0000
committerRichard Hughes <richard@hughsie.com>2017-02-27 14:33:24 +0000
commit14e90b565d0b254be1bd98c786b1a4058b23b843 (patch)
treed5867171dc6f3a47cab18bc8cc7edd66107f25fd
parent1e67d3ad1509b5bf3f9dc1494cae4ad003c5fb43 (diff)
downloadappstream-glib-14e90b565d0b254be1bd98c786b1a4058b23b843.tar.gz
trivial: post release version bump
-rw-r--r--RELEASE10
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 6 deletions
diff --git a/RELEASE b/RELEASE
index e221316..69effcb 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,11 +2,11 @@ Appstream-Glib Release Notes
1. Write NEWS entries for appstream_glib in the same format as usual.
-git shortlog appstream_glib_0_6_8.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog appstream_glib_0_6_9.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
-Version 0.6.9
-~~~~~~~~~~~~~
+Version 0.6.10
+~~~~~~~~~~~~~~
Released: 2017-xx-xx
Notes:
@@ -27,8 +27,8 @@ git add po/*.po
4. Commit changes in git:
-git commit -a -m "Release version 0.6.9"
-git tag -s -f -m "Release 0.6.9" appstream_glib_0_6_9
+git commit -a -m "Release version 0.6.10"
+git tag -s -f -m "Release 0.6.10" appstream_glib_0_6_10
<gpg password>
git push --tags
git push
diff --git a/configure.ac b/configure.ac
index 16b4929..1778d67 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], [9])
+m4_define([as_micro_version], [10])
m4_define([as_version],
[as_major_version.as_minor_version.as_micro_version])