]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.3.2
authorChristian Dywan <christian@twotoasts.de>
Sat, 19 Feb 2011 23:00:26 +0000 (00:00 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sat, 19 Feb 2011 23:00:26 +0000 (00:00 +0100)
ChangeLog
wscript

index e005053709f7aaa604d3241053c5e8cc8f641461..670ef6b14d49352a64966adbe667580bd166c58e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 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 crash on opening autocompletion
  + Fix adblock handling of frames
diff --git a/wscript b/wscript
index 341cc39e19401d4eeaa0398ca7873fbb582b6392..327752654e49e73c504c423499e062e6133b5efc 100644 (file)
--- a/wscript
+++ b/wscript
@@ -29,7 +29,7 @@ from Configure import find_program_impl
 
 major = 0
 minor = 3
-micro = 1
+micro = 2
 
 APPNAME = 'midori'
 VERSION = str (major) + '.' + str (minor) + '.' + str (micro)