summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-08-12 09:12:09 +0100
committerRichard Hughes <richard@hughsie.com>2016-08-12 09:12:09 +0100
commitdddfcfcb95b0dd0cf60b5eb0af27c7468df36f91 (patch)
tree372510f22d2da34e9ecdd93f1acf76fce58d6caa
parent5b54428662d015676c6fea1e041e03e69f80093c (diff)
downloadappstream-glib-dddfcfcb95b0dd0cf60b5eb0af27c7468df36f91.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 a3eef04..27e609c 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_5_17.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog appstream_glib_0_6_1.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
-Version 0.6.1
-~~~~~~~~~~~~~~
+Version 0.6.2
+~~~~~~~~~~~~~
Released: 2016-xx-xx
Notes:
@@ -27,8 +27,8 @@ git add po/*.po
4. Commit changes in git:
-git commit -a -m "Release version 0.6.1"
-git tag -s -f -m "Release 0.6.1" appstream_glib_0.6.1
+git commit -a -m "Release version 0.6.2"
+git tag -s -f -m "Release 0.6.2" appstream_glib_0.6.2
<gpg password>
git push --tags
git push
diff --git a/configure.ac b/configure.ac
index 6c0fe89..aca2c7a 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], [1])
+m4_define([as_micro_version], [2])
m4_define([as_version],
[as_major_version.as_minor_version.as_micro_version])