summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2015-03-24 19:42:28 +0000
committerRichard Hughes <richard@hughsie.com>2015-03-24 19:42:28 +0000
commit9dd6b706d3d86a9cc01efafab525dbefbc21a93f (patch)
treeefb32fb1233692a61360d0d95466ee11e0cb4ee6
parentb193af1cdac05542b8e6ff9d8edbbbbf3cbc5d4a (diff)
downloadgnome-color-manager-9dd6b706d3d86a9cc01efafab525dbefbc21a93f.tar.gz
trivial: Post branch version bump
-rw-r--r--RELEASE4
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 3 deletions
diff --git a/RELEASE b/RELEASE
index c3d9b28..15a3017 100644
--- a/RELEASE
+++ b/RELEASE
@@ -7,8 +7,8 @@ Add any user visible changes into data/appdata/gcm-viewer.appdata.xml.in
3. Commit changes in gnome-color-manager git:
-git commit -a -m "Release version 3.16.1"
-git tag -s GNOME_COLOR_MANAGER_3_16_1 -m "==== Version 3.16.1 ===="
+git commit -a -m "Release version 3.17.1"
+git tag -s GNOME_COLOR_MANAGER_3_17_1 -m "==== Version 3.17.1 ===="
<enter password>
git push --tags
git push
diff --git a/configure.ac b/configure.ac
index 28d9dc0..b086d25 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Copyright (C) 2010-2011 Richard Hughes <richard@hughsie.com>
AC_PREREQ(2.63)
-AC_INIT([gnome-color-manager],[3.16.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-color-manager])
+AC_INIT([gnome-color-manager],[3.17.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-color-manager])
AC_CONFIG_SRCDIR(src)
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz tar-ustar foreign])
AC_CONFIG_HEADERS([config.h])