Bump version to 0.0.15
This commit is contained in:
parent
fb00d180ad
commit
118baa716e
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
v0.0.15:
|
||||||
|
+ Build fix: Remove search api
|
||||||
|
|
||||||
v0.0.14:
|
v0.0.14:
|
||||||
+ FIX Reopening a tab from the trash causes a crash
|
+ FIX Reopening a tab from the trash causes a crash
|
||||||
+ FIX An untitled website keeps the previous title
|
+ FIX An untitled website keeps the previous title
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Register ourselves to autoconf
|
# 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_SRCDIR([src/main.h])
|
||||||
AC_CONFIG_HEADER([config.h])
|
AC_CONFIG_HEADER([config.h])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue