diff options
author | Andras Timar <andras.timar@collabora.com> | 2016-06-22 08:10:32 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2016-06-22 08:10:32 +0200 |
commit | f88abb30cdc6ba32499916ad3ce200ced6d137f7 (patch) | |
tree | eb01431efdf582b74557a068e6ad5283132d6fa7 | |
parent | 797a6ce85d3fdb44b300e1b31a77f7e03ca61d9d (diff) |
Bump version to 1.6.14 before tarballCOOL_1.0.11.6.14-1
-rw-r--r-- | loleaflet/Makefile | 2 | ||||
-rw-r--r-- | loolwsd/configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/loleaflet/Makefile b/loleaflet/Makefile index cc4a2eeb5..f9787e6ea 100644 --- a/loleaflet/Makefile +++ b/loleaflet/Makefile @@ -3,7 +3,7 @@ # ("micro") part: Between releases odd, even for releases (no other # changes inbetween). -VERSION=1.6.13 +VERSION=1.6.14 # Version number of the bundled 'draw' thing DRAW_VERSION=0.2.4 diff --git a/loolwsd/configure.ac b/loolwsd/configure.ac index 3a8823a9e..fc9df88ad 100644 --- a/loolwsd/configure.ac +++ b/loolwsd/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.69]) -AC_INIT([loolwsd], [1.6.13], [libreoffice@lists.freedesktop.org]) +AC_INIT([loolwsd], [1.6.14], [libreoffice@lists.freedesktop.org]) LT_INIT([shared, disable-static, dlopen]) AM_INIT_AUTOMAKE([1.11 silent-rules subdir-objects]) |