Bump version to 0.3.2

This commit is contained in:
Christian Dywan 2011-02-20 00:00:26 +01:00
parent 71f89a3d8a
commit 4557f086ef
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,7 @@
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.1 v0.3.2
+ Fix opening address with Go button
+ Fix automigration of existing bookmarks + Fix automigration of existing bookmarks
+ Fix crash on opening autocompletion + Fix crash on opening autocompletion
+ Fix adblock handling of frames + Fix adblock handling of frames

View file

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