configure.ac | 2 +- loleaflet/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 0a47a5253f8b9f614edebe8b1f0905288fbf848d Author: Andras Timar <[email protected]> Date: Mon Jan 30 16:09:29 2017 +0100 Bump version to 5.3.0.3 diff --git a/configure.ac b/configure.ac index 7268ea2..09a129b 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.69]) -AC_INIT([libreoffice-online], [5.3.0.2], [[email protected]]) +AC_INIT([libreoffice-online], [5.3.0.3], [[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 cbf83a4..7455ab3 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.1 +VERSION=5.3.0.3 # 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
