]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.3.5
authorChristian Dywan <christian@twotoasts.de>
Mon, 2 May 2011 00:06:21 +0000 (02:06 +0200)
committerChristian Dywan <christian@twotoasts.de>
Mon, 2 May 2011 00:06:21 +0000 (02:06 +0200)
ChangeLog
midori/midori-websettings.c
wscript

index e8246768e72d24917bdd71cae2197cd8505cb48d..102cda9fabd4c4386ae461083bac7ecf98eab134 100644 (file)
--- 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
index 13300904bbe565401a0ad2bda5fdba9bb00d6005..f89e4116803de1eec2efdabc2f21fa81a19f332b 100644 (file)
@@ -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 9378eca0d15e667982819b6b41aaf7bf0f214982..c6874f925f6614d138620016718d2355211d0bd7 100644 (file)
--- 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)