[gnome-software] trivial: Post release version bump



commit eaa4448e7292dd22020814a706d20fcfcff8cc53
Author: Richard Hughes <richard hughsie com>
Date:   Wed Mar 5 09:44:14 2014 +0000

    trivial: Post release version bump

 RELEASE                    |    8 ++++----
 configure.ac               |    2 +-
 src/plugins/gs-self-test.c |    4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/RELEASE b/RELEASE
index 9d6a519..fde7117 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,7 +2,7 @@ GNOME Software Release Notes
 
 1. Write NEWS entries for gnome-software in the same format as usual.
 
-Version 3.11.91
+Version 3.11.92
 ~~~~~~~~~~~~~~~
 Released: 2014-xx-xx
 
@@ -10,12 +10,12 @@ Released: 2014-xx-xx
 * New Features:
 * Bugfix:
 
-git shortlog GNOME_SOFTWARE_3_11_90.. | grep -i -v trivial | grep -v Merge | uniq > NEWS.new
+git shortlog GNOME_SOFTWARE_3_11_91.. | grep -i -v trivial | grep -v Merge | uniq > NEWS.new
 
 3. Commit changes in gnome-software git:
 
-git commit -a -m "Release version 3.11.91"
-git tag -s GNOME_SOFTWARE_3_11_91 -m "==== Version 3.11.91 ===="
+git commit -a -m "Release version 3.11.92"
+git tag -s GNOME_SOFTWARE_3_11_92 -m "==== Version 3.11.92 ===="
 <enter password>
 git push --tags
 git push
diff --git a/configure.ac b/configure.ac
index 013f1f7..6aef409 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 # Copyright (C) 2010-2012 Richard Hughes <richard hughsie com>
 AC_PREREQ(2.63)
 
-AC_INIT([gnome-software],[3.11.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-software])
+AC_INIT([gnome-software],[3.11.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])
 AC_CONFIG_HEADERS([config.h])
diff --git a/src/plugins/gs-self-test.c b/src/plugins/gs-self-test.c
index 8b1f286..f8bbb69 100644
--- a/src/plugins/gs-self-test.c
+++ b/src/plugins/gs-self-test.c
@@ -36,8 +36,8 @@ appstream_common_func (void)
 {
        gchar *tmp;
 
-       g_assert_cmpstr (appstream_tag_to_string (APPSTREAM_TAG_LICENCE), == ,"licence");
-       g_assert_cmpint (appstream_tag_from_string ("licence"), == ,APPSTREAM_TAG_LICENCE);
+       g_assert_cmpstr (appstream_tag_to_string (APPSTREAM_TAG_PROJECT_LICENSE), == ,"project_license");
+       g_assert_cmpint (appstream_tag_from_string ("licence"), == ,APPSTREAM_TAG_PROJECT_LICENSE);
        g_assert_cmpint (appstream_get_locale_value ("C"), ==, G_MAXUINT - 1);
        g_assert_cmpint (appstream_get_locale_value ("xxx"), ==, G_MAXUINT);
 


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