diff options
author | Andras Timar <andras.timar@collabora.com> | 2017-02-27 10:26:53 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2017-02-27 10:26:53 +0100 |
commit | 37bb802931a269ac061927f260c9e8fedf1029e2 (patch) | |
tree | 5f9416bfcff34c689370a44cc9e673298951c0b1 | |
parent | e2a03760bddd5c3998714ed4dd84bc9c4a088f82 (diff) |
Bump version to 2.0.42.0.4
-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 ab9c3cf95..b4a943778 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.69]) -AC_INIT([loolwsd], [2.0.3], [libreoffice@lists.freedesktop.org]) +AC_INIT([loolwsd], [2.0.4], [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 8092d6717..e74fa7b9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +loolwsd (2.0.4-1) unstable; urgency=medium + + * see the git log: http://col.la/cool20 + + -- Andras Timar <andras.timar@collabora.com> Tue, 28 Feb 2017 15:20:00 +0100 + loolwsd (2.0.3-1) unstable; urgency=medium * see the git log: http://col.la/cool20 diff --git a/loleaflet/Makefile b/loleaflet/Makefile index 085e318e7..0bc0117f5 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.3 +VERSION=2.0.4 # Version number of the bundled 'draw' thing DRAW_VERSION=0.2.4 |