diff options
author | Andras Timar <andras.timar@collabora.com> | 2017-06-07 11:11:04 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2017-06-07 11:11:04 +0200 |
commit | 4702c321b33f57754af7a9eed4c872a7f0d97f13 (patch) | |
tree | 5aa6784387589a18dd331730a8fca58fd2d8e309 | |
parent | a9f90e49df5b0672239051003e06650294b1e446 (diff) |
Bump version to 2.0.72.0.7
Change-Id: I3324bbf80344f90cb0b737fea3fdc4bb135c2c13
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | loleaflet/Makefile | 2 | ||||
-rw-r--r-- | loolwsd.spec.in | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index f46e29f8a..f1c2d66e1 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.69]) -AC_INIT([loolwsd], [2.0.6], [libreoffice@lists.freedesktop.org]) +AC_INIT([loolwsd], [2.0.7], [libreoffice@lists.freedesktop.org]) LT_INIT([shared, disable-static, dlopen]) AM_INIT_AUTOMAKE([1.11 silent-rules subdir-objects]) diff --git a/debian/changelog b/debian/changelog index 9fe4f7e69..e6ea294bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +loolwsd (2.0.7-1) unstable; urgency=medium + + * see the git log: http://col.la/cool20 + + -- Andras Timar <andras.timar@collabora.com> Wed, 07 Jun 2017 11:00:00 +0200 + loolwsd (2.0.6-2) unstable; urgency=medium * see the git log: http://col.la/cool20 diff --git a/loleaflet/Makefile b/loleaflet/Makefile index 70732612a..f9c07f2ad 100644 --- a/loleaflet/Makefile +++ b/loleaflet/Makefile @@ -3,7 +3,7 @@ # ("micro") part: Between releases odd, even for releases (no other # changes inbetween). -VERSION=2.0.6 +VERSION=2.0.7 # Version number of the bundled 'draw' thing DRAW_VERSION=0.2.4 diff --git a/loolwsd.spec.in b/loolwsd.spec.in index 57f2773b4..e1493a5d0 100644 --- a/loolwsd.spec.in +++ b/loolwsd.spec.in @@ -12,7 +12,7 @@ Name: loolwsd%{name_suffix} Name: loolwsd %endif Version: @PACKAGE_VERSION@ -Release: 2%{?dist} +Release: 1%{?dist} Vendor: Collabora Summary: LibreOffice On-Line WebSocket Daemon License: MPL |