configure.ac | 2 +- debian/changelog | 6 ++++++ loleaflet/Makefile | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-)
New commits: commit 02c5029172348595f0d267352af3e3216c415748 Author: Andras Timar <[email protected]> Date: Mon Jan 30 14:02:45 2017 +0100 Bump version to 2.0.3 diff --git a/configure.ac b/configure.ac index 444929c..ab9c3cf 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.69]) -AC_INIT([loolwsd], [2.0.2], [[email protected]]) +AC_INIT([loolwsd], [2.0.3], [[email protected]]) LT_INIT([shared, disable-static, dlopen]) AM_INIT_AUTOMAKE([1.11 silent-rules subdir-objects]) diff --git a/debian/changelog b/debian/changelog index bca53cf..8092d67 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +loolwsd (2.0.3-1) unstable; urgency=medium + + * see the git log: http://col.la/cool20 + + -- Andras Timar <[email protected]> Wed, 01 Feb 2017 15:20:00 +0100 + loolwsd (2.0.2-3) unstable; urgency=medium * see the git log: http://col.la/cool20 diff --git a/loleaflet/Makefile b/loleaflet/Makefile index 430d24c..ae9803b 100644 --- a/loleaflet/Makefile +++ b/loleaflet/Makefile @@ -3,7 +3,7 @@ # ("micro") part: Between releases odd, even for releases (no other # changes inbetween). -VERSION=2.0.2 +VERSION=2.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
