diff options
author | Andras Timar <andras.timar@collabora.com> | 2016-05-26 08:22:00 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2016-05-26 08:22:00 +0200 |
commit | 5836170f43c82d37f2348634969fbed015493396 (patch) | |
tree | 1c4b47c7dbbe896691680a02e5dea9729776ae54 | |
parent | 07c79bcc546b1a2387beb4cc21cdfe69d56720db (diff) |
Bump version to 1.6.81.6.8-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 56ede5c5b..fc53e67bd 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.6 +VERSION=1.6.8 # Version number of the bundled 'draw' thing DRAW_VERSION=0.2.4 diff --git a/loolwsd/configure.ac b/loolwsd/configure.ac index 93857db41..3352bc70b 100644 --- a/loolwsd/configure.ac +++ b/loolwsd/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.69]) -AC_INIT([loolwsd], [1.6.6], [libreoffice@lists.freedesktop.org]) +AC_INIT([loolwsd], [1.6.8], [libreoffice@lists.freedesktop.org]) LT_INIT([shared, disable-static, dlopen]) AM_INIT_AUTOMAKE([1.11 silent-rules subdir-objects]) |