configure.ac | 2 +- debian/changelog | 6 ++++++ loolwsd.spec.in | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-)
New commits: commit f60e83a8b3b9c9c0f599461e50a0efee90171960 Author: Andras Timar <[email protected]> Date: Wed Apr 18 10:25:10 2018 +0200 Bump package version to 2.1.6-1 Change-Id: Ic92fe3533545ee3d4b625e371322ea1454763a91 diff --git a/configure.ac b/configure.ac index 24c8c4d32..73b68a570 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.63]) -AC_INIT([loolwsd], [2.1.5], [[email protected]]) +AC_INIT([loolwsd], [2.1.6], [[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 4429cddac..730f3907c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +loolwsd (2.1.6-1) unstable; urgency=medium + + * see the git log: http://col.la/cool21 + + -- Andras Timar <[email protected]> Wed, 18 Apr 2018 10:10:00 +0100 + loolwsd (2.1.5-6) unstable; urgency=medium * see the git log: http://col.la/cool21 diff --git a/loolwsd.spec.in b/loolwsd.spec.in index d3d9746d6..44b840615 100644 --- a/loolwsd.spec.in +++ b/loolwsd.spec.in @@ -12,7 +12,7 @@ Name: loolwsd%{name_suffix} Name: loolwsd %endif Version: @PACKAGE_VERSION@ -Release: 6%{?dist} +Release: 1%{?dist} %if 0%{?suse_version} == 1110 Group: Productivity/Office/Suite BuildRoot: %{_tmppath}/%{name}-%{version}-build _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
