loleaflet/Makefile | 2 +- loolwsd/configure.ac | 2 +- loolwsd/debian/changelog | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-)
New commits: commit 9ae85daddb4b9eeecb0bbdf269a1c4eebe6e8f83 Author: Andras Timar <[email protected]> Date: Fri Oct 28 22:17:55 2016 +0200 Bump version to 1.8.6 diff --git a/loleaflet/Makefile b/loleaflet/Makefile index 425d63d..546759b 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.8.5 +VERSION=1.8.6 # Version number of the bundled 'draw' thing DRAW_VERSION=0.2.4 diff --git a/loolwsd/configure.ac b/loolwsd/configure.ac index a7100ab..f070755 100644 --- a/loolwsd/configure.ac +++ b/loolwsd/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.69]) -AC_INIT([loolwsd], [1.8.5], [[email protected]]) +AC_INIT([loolwsd], [1.8.6], [[email protected]]) LT_INIT([shared, disable-static, dlopen]) AM_INIT_AUTOMAKE([1.11 silent-rules subdir-objects]) diff --git a/loolwsd/debian/changelog b/loolwsd/debian/changelog index 95ba80b..715b16d 100644 --- a/loolwsd/debian/changelog +++ b/loolwsd/debian/changelog @@ -1,8 +1,8 @@ -loolwsd (1.8.5-1) unstable; urgency=medium +loolwsd (1.8.6-1) unstable; urgency=medium * see the git log: http://col.la/cool1 - -- Andras Timar <[email protected]> Thu, 25 Oct 2016 10:26:00 +0200 + -- Andras Timar <[email protected]> Thu, 28 Oct 2016 22:16:00 +0200 loolwsd (1.8.2-1) unstable; urgency=medium _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
