diff options
author | Andras Timar <andras.timar@collabora.com> | 2018-07-03 23:12:41 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2018-07-03 23:12:54 +0200 |
commit | bc33af929ff5fb748f8e49c1d8c9d4194cd8a940 (patch) | |
tree | 0caf3ee049c62b2b439545dda11bdef253cdd44d | |
parent | 5a949f5933c766f333cd925f39a10185bd1d5214 (diff) |
Bump package version to 3.3.1-13.3.1-rc1
Change-Id: Ibbf24cb7dd0440eacd93626cd5137fcb3456fc3b
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | loolwsd.spec.in | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 1ec23aaf6..c1c9f146c 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.63]) -AC_INIT([loolwsd], [3.3.0], [libreoffice@lists.freedesktop.org]) +AC_INIT([loolwsd], [3.3.1], [libreoffice@lists.freedesktop.org]) 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 e7e93ddeb..abab34bae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +loolwsd (3.3.1-1) unstable; urgency=medium + + * see the git log: http://col.la/cool3 + + -- Andras Timar <andras.timar@collabora.com> Wed, 03 Jul 2018 23:10:00 +0200 + loolwsd (3.3.0-3) unstable; urgency=medium * see the git log: http://col.la/cool3 diff --git a/loolwsd.spec.in b/loolwsd.spec.in index 8ec96a913..83b1a3ba0 100644 --- a/loolwsd.spec.in +++ b/loolwsd.spec.in @@ -12,7 +12,7 @@ Name: loolwsd%{name_suffix} Name: loolwsd %endif Version: @PACKAGE_VERSION@ -Release: 3%{?dist} +Release: 1%{?dist} %if 0%{?suse_version} == 1110 Group: Productivity/Office/Suite BuildRoot: %{_tmppath}/%{name}-%{version}-build |