[gnome-color-manager/gnome-3-0] Release version 3.0.0



commit 8fe55b53c6f18cb0e7988160633045c6de6380b3
Author: Richard Hughes <richard hughsie com>
Date:   Mon Apr 4 15:01:28 2011 +0100

    Release version 3.0.0

 NEWS         |   14 ++++++++++++++
 RELEASE      |    8 ++++----
 configure.ac |    6 +++---
 3 files changed, 21 insertions(+), 7 deletions(-)
---
diff --git a/NEWS b/NEWS
index 72f3fae..6428a4e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Version 3.0.0
+~~~~~~~~~~~~~
+Released: 2011-04-04
+
+* Translations
+ - Updated British English translation (Bruce Cowan)
+ - Updated German translation (Wolfgang Stöggl)
+ - Updated Italian translation (Francesco Groccia)
+ - Updated Korean translation (sangu)
+ - Updated Russian translation (Alexandre Prokoudine)
+
+* Bugfix:
+ - Use /org/gnome as starting path for schemas (Richard Hughes)
+
 Version 2.91.92
 ~~~~~~~~~~~~~~~
 Released: 2011-03-21
diff --git a/RELEASE b/RELEASE
index a11147f..3a929ed 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,8 +2,8 @@ PackageKit Release Notes
 
 1. Write NEWS entries for gnome-color-manager in the same format as usual.
 
-Version 2.91.92
-~~~~~~~~~~~~~~~
+Version 3.0.0
+~~~~~~~~~~~~~
 Released: 2011-xx-xx
 
 * Translations
@@ -14,8 +14,8 @@ git shortlog GNOME_COLOR_MANAGER_2_91_90.. | grep -i -v trivial | grep -v Merge
 
 3. Commit changes in gnome-color-manager git:
 
-git commit -a -m "Release version 2.91.92"
-git tag -s GNOME_COLOR_MANAGER_2_91_92 -m "==== Version 2.91.92 ===="
+git commit -a -m "Release version 3.0.0"
+git tag -s GNOME_COLOR_MANAGER_3_0_0 -m "==== Version 3.0.0 ===="
 <enter password>
 git push --tags
 git push
diff --git a/configure.ac b/configure.ac
index 46fc94d..aa80d62 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
 # Copyright (C) 2010 Richard Hughes <richard hughsie com>
 AC_PREREQ(2.63)
 
-m4_define([gcm_major_version], [2])
-m4_define([gcm_minor_version], [91])
-m4_define([gcm_micro_version], [92])
+m4_define([gcm_major_version], [3])
+m4_define([gcm_minor_version], [0])
+m4_define([gcm_micro_version], [0])
 m4_define([gcm_version],
           [gcm_major_version.gcm_minor_version.gcm_micro_version])
 



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