From 4557f086ef9fff730a760a852f62afd4e769303b Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sun, 20 Feb 2011 00:00:26 +0100 Subject: [PATCH] Bump version to 0.3.2 --- ChangeLog | 3 ++- wscript | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e0050537..670ef6b1 100644 --- 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 341cc39e..32775265 100644 --- 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)