diff options
author | Andras Timar <andras.timar@collabora.com> | 2017-03-29 22:17:16 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2017-03-29 22:17:16 +0200 |
commit | 268497d552d89d6016b7f94f68db841e81006c3c (patch) | |
tree | 1a74b423277e5f3c71d4990b43723ab979887a55 | |
parent | 38f032bc7074abb03362b221659020c4d5922b56 (diff) |
Bump version to 2.0.62.0.6
Change-Id: If523cf16e64a9a9f155acc00e41720048133dbc1
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | loleaflet/Makefile | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 20eca8c86..f46e29f8a 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.69]) -AC_INIT([loolwsd], [2.0.5], [libreoffice@lists.freedesktop.org]) +AC_INIT([loolwsd], [2.0.6], [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 28352d709..8b3c150ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +loolwsd (2.0.6-1) unstable; urgency=medium + + * see the git log: http://col.la/cool20 + + -- Andras Timar <andras.timar@collabora.com> Thu, 30 Mar 2017 11:20:00 +0100 + loolwsd (2.0.5-1) unstable; urgency=medium * see the git log: http://col.la/cool20 diff --git a/loleaflet/Makefile b/loleaflet/Makefile index 5b0037700..70732612a 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.5 +VERSION=2.0.6 # Version number of the bundled 'draw' thing DRAW_VERSION=0.2.4 |