loleaflet/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)
New commits: commit 7b68ec92ed29f8a95cd842d81e2a1970448e5e88 Author: Tor Lillqvist <[email protected]> Date: Tue Aug 4 20:54:37 2015 +0300 Bump version to 1.1.21 after tarball diff --git a/loleaflet/Makefile b/loleaflet/Makefile index 0e97fdd..defd722 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.1.20 +VERSION=1.1.21 # Version number of the bundled 'draw' thing DRAW_VERSION=0.2.4 commit 61510f9ca76387983026d0c830aa3aa70df1fae1 Author: Tor Lillqvist <[email protected]> Date: Tue Aug 4 20:54:00 2015 +0300 Bump version to 1.1.20 for tarball and packaging diff --git a/loleaflet/Makefile b/loleaflet/Makefile index e1ea498..0e97fdd 100644 --- a/loleaflet/Makefile +++ b/loleaflet/Makefile @@ -1,6 +1,9 @@ -# Version number of loleaflet, no need to be in sync with the loolwsd one +# Version number of loleaflet, no need to be in sync with the loolwsd +# one, but do please follow the same even/odd convention for the third +# ("micro") part: Between releases odd, even for releases (no other +# changes inbetween). -VERSION=1.1.18 +VERSION=1.1.20 # Version number of the bundled 'draw' thing DRAW_VERSION=0.2.4 _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
