Bump version to 0.1.5

This commit is contained in:
Christian Dywan 2009-03-22 22:38:24 +01:00
parent 679d0c150c
commit 600168b614
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
This file is licensed under the terms of the expat license, see the file EXPAT.
v0.1.5:
+ Add a Colorful Tabs extension
+ Support downloading with WebKitGTK+ 1.1.3
+ Load and save settings of extensions
+ Drop internal source view
+ Require WebKitGTK+ 1.1.1, Glib 2.16 and libsoup 2.25.2
v0.1.4:
+ Automatic inline find can be disabled
+ Implement an Encoding menu

View file

@ -22,7 +22,7 @@ import UnitTest
major = 0
minor = 1
micro = 4
micro = 5
APPNAME = 'midori'
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)