[Libreoffice-commits] online.git: configure.ac loleaflet/Makefile

Andras Timar andras.timar at collabora.com
Mon Nov 28 18:10:54 UTC 2016


 configure.ac       |    2 +-
 loleaflet/Makefile |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 7a5fbd7f3c7ccc9fea5d7105e2361bb6e27e6f31
Author: Andras Timar <andras.timar at collabora.com>
Date:   Mon Nov 28 19:10:27 2016 +0100

    Bump version to 2.0.0

diff --git a/configure.ac b/configure.ac
index 7aa8775..c08025b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 
 AC_PREREQ([2.69])
 
-AC_INIT([loolwsd], [1.9.0], [libreoffice at lists.freedesktop.org])
+AC_INIT([loolwsd], [2.0.0], [libreoffice at lists.freedesktop.org])
 LT_INIT([shared, disable-static, dlopen])
 
 AM_INIT_AUTOMAKE([1.11 silent-rules subdir-objects])
diff --git a/loleaflet/Makefile b/loleaflet/Makefile
index 32829d9..917eaf4 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.9.0
+VERSION=2.0.0
 
 # Version number of the bundled 'draw' thing
 DRAW_VERSION=0.2.4


More information about the Libreoffice-commits mailing list