configure.ac | 2 +- loleaflet/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 0185a301bf1188bb4c7fc18c6196a824aaae8228 Author: Andras Timar <[email protected]> Date: Mon Feb 27 23:04:05 2017 +0100 Bump version to 5.3.1.2 diff --git a/configure.ac b/configure.ac index 09a129b..9005b18 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.69]) -AC_INIT([libreoffice-online], [5.3.0.3], [[email protected]]) +AC_INIT([libreoffice-online], [5.3.1.2], [[email protected]]) LT_INIT([shared, disable-static, dlopen]) AM_INIT_AUTOMAKE([1.11 silent-rules subdir-objects]) diff --git a/loleaflet/Makefile b/loleaflet/Makefile index 7455ab3..a883cb5 100644 --- a/loleaflet/Makefile +++ b/loleaflet/Makefile @@ -3,7 +3,7 @@ # ("micro") part: Between releases odd, even for releases (no other # changes inbetween). -VERSION=5.3.0.3 +VERSION=5.3.1.2 # 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
