configure.ac | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-)
New commits: commit a2c8a56ac6b7e47abf12dd3792207957fcd25102 Author: Andras Timar <[email protected]> AuthorDate: Thu Sep 17 08:50:13 2020 +0200 Commit: Andras Timar <[email protected]> CommitDate: Thu Sep 17 08:50:13 2020 +0200 Bump package version to 4.0.13-1 Change-Id: Ic6a2bb55d620c8b0790aa0da73485db3c6d271dd diff --git a/configure.ac b/configure.ac index da06a9ed1..acd75bec1 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.63]) -AC_INIT([loolwsd], [4.0.12], [[email protected]]) +AC_INIT([loolwsd], [4.0.13], [[email protected]]) LT_INIT([shared, disable-static, dlopen]) AM_INIT_AUTOMAKE([1.10 subdir-objects tar-pax -Wno-portability]) diff --git a/debian/changelog b/debian/changelog index 12563bedf..4f455e459 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +loolwsd (4.0.13-1) unstable; urgency=medium + + * see the git log: http://col.la/cool40 + + -- Andras Timar <[email protected]> Thu, 17 Sep 2020 08:00:00 +0200 + loolwsd (4.0.12-1) unstable; urgency=medium * see the git log: http://col.la/cool40 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
