configure.ac | 2 +- debian/changelog | 6 ++++++ loolwsd.spec.in | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-)
New commits: commit 3c0181fe9ff89c9af4c24c74bdcb853d1ef4bca2 Author: Andras Timar <[email protected]> Date: Wed May 10 20:59:33 2017 +0200 Bump version to 2.1.1 Change-Id: I0fec6838948de50c8120c86178eb7cb5bf3b7aaf Reviewed-on: https://gerrit.libreoffice.org/37483 Reviewed-by: Andras Timar <[email protected]> Tested-by: Andras Timar <[email protected]> diff --git a/configure.ac b/configure.ac index 397d908c..cff0a7e5 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.69]) -AC_INIT([loolwsd], [2.1.0], [[email protected]]) +AC_INIT([loolwsd], [2.1.1], [[email protected]]) LT_INIT([shared, disable-static, dlopen]) AM_INIT_AUTOMAKE([1.11 silent-rules subdir-objects tar-pax -Wno-portability]) diff --git a/debian/changelog b/debian/changelog index 49d3b0db..60e8496c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +loolwsd (2.1.1-1) unstable; urgency=medium + + * see the git log: http://col.la/cool21 + + -- Andras Timar <[email protected]> Wed, 10 May 2017 21:00:00 +0100 + loolwsd (2.1.0-8) unstable; urgency=medium * see the git log: http://col.la/cool21 diff --git a/loolwsd.spec.in b/loolwsd.spec.in index 503c4361..b9c75592 100644 --- a/loolwsd.spec.in +++ b/loolwsd.spec.in @@ -12,7 +12,7 @@ Name: loolwsd%{name_suffix} Name: loolwsd %endif Version: @PACKAGE_VERSION@ -Release: 8%{?dist} +Release: 1%{?dist} Vendor: Collabora Summary: LibreOffice On-Line WebSocket Daemon License: MPL _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
