configure.ac | 2 +- loleaflet/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 9ee40629354973a86c825ea4fdcb1e014e7ccf0f Author: Andras Timar <[email protected]> Date: Wed Dec 14 11:34:11 2016 +0100 Bump version to 2.0.1+ Change-Id: I1a670d3b9a3a5d3711f1a83b2a8978e032ded774 diff --git a/configure.ac b/configure.ac index 6e1004b..fd0b0f6 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.69]) -AC_INIT([loolwsd], [2.0.0+], [[email protected]]) +AC_INIT([loolwsd], [2.0.1+], [[email protected]]) LT_INIT([shared, disable-static, dlopen]) AM_INIT_AUTOMAKE([1.11 silent-rules subdir-objects]) diff --git a/loleaflet/Makefile.am b/loleaflet/Makefile.am index 227a0c8..fa454c3 100644 --- a/loleaflet/Makefile.am +++ b/loleaflet/Makefile.am @@ -3,7 +3,7 @@ # ("micro") part: Between releases odd, even for releases (no other # changes inbetween). -VERSION=2.0.0+ +VERSION=2.0.1+ # Version number of the bundled 'draw' thing DRAW_VERSION=0.2.4 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
