[Xfce4-commits] <midori:master> Bump version to 0.3.5

Christian Dywan noreply at xfce.org
Mon May 2 03:06:01 CEST 2011


Updating branch refs/heads/master
         to 4fc181a17070264c340b71b9aed0a85ccafb309a (commit)
       from a1afb2f8918693344c5ace6f734bcbc4089c3f20 (commit)

commit 4fc181a17070264c340b71b9aed0a85ccafb309a
Author: Christian Dywan <christian at twotoasts.de>
Date:   Mon May 2 02:06:21 2011 +0200

    Bump version to 0.3.5

 ChangeLog                   |    2 +-
 midori/midori-websettings.c |    2 +-
 wscript                     |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e824676..102cda9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
 This file is licensed under the terms of the expat license, see the file EXPAT.
 
-v0.3.4:
+v0.3.5:
  + Remove frame titles from preference dialogue
  + Show search engine icons in completion
  + Add Liferea news aggregator workaround
diff --git a/midori/midori-websettings.c b/midori/midori-websettings.c
index 1330090..f89e411 100644
--- a/midori/midori-websettings.c
+++ b/midori/midori-websettings.c
@@ -1254,7 +1254,7 @@ get_sys_name (void)
     if (!sys_name)
     {
         #ifdef G_OS_WIN32
-        /* 6.1 Win7, 60. Vista, 5.1 XP and 5 Win2k */
+        /* 6.1 Win7, 6.0 Vista, 5.1 XP and 5.0 Win2k */
         guint version = g_win32_get_windows_version ();
         sys_name = g_strdup_printf ("NT %d.%d", LOBYTE (version), HIBYTE (version));
         #else
diff --git a/wscript b/wscript
index 9378eca..c6874f9 100644
--- a/wscript
+++ b/wscript
@@ -29,7 +29,7 @@ from Configure import find_program_impl
 
 major = 0
 minor = 3
-micro = 4
+micro = 5
 
 APPNAME = 'midori'
 VERSION = str (major) + '.' + str (minor) + '.' + str (micro)



More information about the Xfce4-commits mailing list