diff --git a/ChangeLog b/ChangeLog index 5e591148..99e275cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +v0.0.15: + + Build fix: Remove search api + v0.0.14: + FIX Reopening a tab from the trash causes a crash + FIX An untitled website keeps the previous title diff --git a/configure.in b/configure.in index e88f0a5d..15bece5c 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ # Register ourselves to autoconf -AC_INIT([midori], [0.0.14], [christian@twotoasts.de]) +AC_INIT([midori], [0.0.15], [christian@twotoasts.de]) AC_CONFIG_SRCDIR([src/main.h]) AC_CONFIG_HEADER([config.h])