[gnome-software] trivial: Post release version bump



commit c9910559fe9967bebe87756c0fdf64cf6d7ebb45
Author: Richard Hughes <richard hughsie com>
Date:   Mon Feb 27 15:26:45 2017 +0000

    trivial: Post release version bump

 RELEASE      |    6 +++---
 configure.ac |    2 +-
 meson.build  |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/RELEASE b/RELEASE
index ad8bffa..a57d958 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,13 +2,13 @@ GNOME Software Release Notes
 
 1. Write release entries:
 
-git log --format="%s" --cherry-pick --right-only GNOME_SOFTWARE_3_23_90... | grep -i -v trivial | grep -v 
Merge | sort | uniq
+git log --format="%s" --cherry-pick --right-only GNOME_SOFTWARE_3_23_91... | grep -i -v trivial | grep -v 
Merge | sort | uniq
 Add any user visible changes into data/appdata/org.gnome.Software.appdata.xml.in
 
 3. Commit changes in gnome-software git:
 
-git commit -a -m "Release version 3.23.91"
-git tag -s GNOME_SOFTWARE_3_23_91 -m "==== Version 3.23.91 ===="
+git commit -a -m "Release version 3.23.92"
+git tag -s GNOME_SOFTWARE_3_23_92 -m "==== Version 3.23.92 ===="
 <enter password>
 git push --tags
 git push
diff --git a/configure.ac b/configure.ac
index 6fe2c5a..ccb35cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 # Copyright (C) 2010-2015 Richard Hughes <richard hughsie com>
 AC_PREREQ(2.63)
 
-AC_INIT([gnome-software],[3.23.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-software])
+AC_INIT([gnome-software],[3.23.92],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-software])
 AC_CONFIG_SRCDIR(src)
 AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz tar-ustar serial-tests foreign])
 AC_CONFIG_HEADERS([config.h])
diff --git a/meson.build b/meson.build
index 7976ead..40b2eb0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-software', 'c',
-  version : '3.23.91',
+  version : '3.23.92',
   default_options : ['warning_level=1'],
   meson_version : '>=0.37.0'
 )


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]