Bump version to 0.3.5

This commit is contained in:
Christian Dywan 2011-05-02 02:06:21 +02:00
parent a1afb2f891
commit 4fc181a170
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
This file is licensed under the terms of the expat license, see the file EXPAT. 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 + Remove frame titles from preference dialogue
+ Show search engine icons in completion + Show search engine icons in completion
+ Add Liferea news aggregator workaround + Add Liferea news aggregator workaround

View file

@ -1254,7 +1254,7 @@ get_sys_name (void)
if (!sys_name) if (!sys_name)
{ {
#ifdef G_OS_WIN32 #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 (); guint version = g_win32_get_windows_version ();
sys_name = g_strdup_printf ("NT %d.%d", LOBYTE (version), HIBYTE (version)); sys_name = g_strdup_printf ("NT %d.%d", LOBYTE (version), HIBYTE (version));
#else #else

View file

@ -29,7 +29,7 @@ from Configure import find_program_impl
major = 0 major = 0
minor = 3 minor = 3
micro = 4 micro = 5
APPNAME = 'midori' APPNAME = 'midori'
VERSION = str (major) + '.' + str (minor) + '.' + str (micro) VERSION = str (major) + '.' + str (minor) + '.' + str (micro)