diff options
author | Andras Timar <andras.timar@collabora.com> | 2016-05-12 22:25:33 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2016-05-12 22:42:02 +0200 |
commit | c3c695b10f4b2206eec6899eba7ddf1d838007e5 (patch) | |
tree | a55653bab9c2bb5f01f58ee1951255112b719e40 | |
parent | 0e96f2c68928d51c17774b56d0fc57ef94e857cf (diff) |
Bump version to 1.6.61.6.6-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 c301df611..369df24b0 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.4 +VERSION=1.6.6 # Version number of the bundled 'draw' thing DRAW_VERSION=0.2.4 diff --git a/loolwsd/configure.ac b/loolwsd/configure.ac index e7f903c6f..93857db41 100644 --- a/loolwsd/configure.ac +++ b/loolwsd/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.69]) -AC_INIT([loolwsd], [1.6.4], [libreoffice@lists.freedesktop.org]) +AC_INIT([loolwsd], [1.6.6], [libreoffice@lists.freedesktop.org]) LT_INIT([shared, disable-static, dlopen]) AM_INIT_AUTOMAKE([1.11 silent-rules subdir-objects]) |