loleaflet/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)
New commits: commit 47ee691084001cbcd90ca5443d4fda0c13e54ad2 Author: Tor Lillqvist <[email protected]> Date: Tue Aug 4 20:57:38 2015 +0300 Bump major.minor to 1.3 here in master diff --git a/loleaflet/Makefile b/loleaflet/Makefile index e1ea498..841d69b 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.3.1 # 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
