Bump version to 0.3.2
This commit is contained in:
parent
71f89a3d8a
commit
4557f086ef
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
2
wscript
2
wscript
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue