summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-12-06 16:15:36 +0000
committerRichard Hughes <richard@hughsie.com>2016-12-06 16:45:55 +0000
commit5657b80771358c2f7f681977e13a599a80dda1a4 (patch)
tree32836e8362872c5ae9ae7486129ee3a9ea6b5fd0
parent07f2fe69d908d508a3e7ded73765b2727d11368b (diff)
downloadgnome-color-manager-5657b80771358c2f7f681977e13a599a80dda1a4.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 6e99b3a..98487e0 100644
--- a/RELEASE
+++ b/RELEASE
@@ -7,8 +7,8 @@ Add any user visible changes into data/appdata/org.gnome.ColorProfileViewer.appd
3. Commit changes in gnome-color-manager git:
-git commit -a -m "Release version 3.22.3"
-git tag -s GNOME_COLOR_MANAGER_3_22_3 -m "==== Version 3.22.3 ===="
+git commit -a -m "Release version 3.23.3"
+git tag -s GNOME_COLOR_MANAGER_3_23_3 -m "==== Version 3.23.3 ===="
<enter password>
git push --tags
git push
diff --git a/configure.ac b/configure.ac
index 5d30637..268f30c 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.22.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-color-manager])
+AC_INIT([gnome-color-manager],[3.23.3],[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])