configure.ac | 2 +- debian/changelog | 6 ++++++ loolwsd.spec.in | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-)
New commits: commit 890b73b142ce5c3f8b67ff841a5499d8f4dc1635 Author: Andras Timar <[email protected]> Date: Wed Sep 20 21:56:35 2017 +0200 Bump version to 2.1.4 Change-Id: I00036040addf96fc5452e8f39dee9a74d28cf102 diff --git a/configure.ac b/configure.ac index a76ba0e3..444c0cc5 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.63]) -AC_INIT([loolwsd], [2.1.3], [[email protected]]) +AC_INIT([loolwsd], [2.1.4], [[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 2b4b880e..41c80ea4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +loolwsd (2.1.4-1) unstable; urgency=medium + + * see the git log: http://col.la/cool21 + + -- Andras Timar <[email protected]> Wed, 20 Sep 2017 21:00:00 +0200 + loolwsd (2.1.3-4) unstable; urgency=medium * see the git log: http://col.la/cool21 diff --git a/loolwsd.spec.in b/loolwsd.spec.in index fd41cead..35c0b677 100644 --- a/loolwsd.spec.in +++ b/loolwsd.spec.in @@ -12,7 +12,7 @@ Name: loolwsd%{name_suffix} Name: loolwsd %endif Version: @PACKAGE_VERSION@ -Release: 4%{?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
