diff options
author | Andras Timar <andras.timar@collabora.com> | 2017-01-30 16:09:29 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2017-01-30 16:09:29 +0100 |
commit | 0a47a5253f8b9f614edebe8b1f0905288fbf848d (patch) | |
tree | f5673b1be7db319553bf039c4ddbcbf1e4b28014 | |
parent | abb6f4e514b742a4cb5a87e3830cf9d09dd43e43 (diff) |
Bump version to 5.3.0.3libreoffice-5.3.0.3
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | loleaflet/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 7268ea243..09a129b32 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.69]) -AC_INIT([libreoffice-online], [5.3.0.2], [libreoffice@lists.freedesktop.org]) +AC_INIT([libreoffice-online], [5.3.0.3], [libreoffice@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 cbf83a4f3..7455ab383 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 |