[Libreoffice-commits] online.git: Branch 'distro/collabora/milestone-5' - 4 commits - loleaflet/Makefile loolwsd/configure.ac
Mihai Varga
mihai.varga at collabora.com
Wed Sep 16 09:43:23 PDT 2015
loleaflet/Makefile | 2 +-
loolwsd/configure.ac | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 42d91ffbbaae23149870e8e05f849ce4d04ea870
Author: Mihai Varga <mihai.varga at collabora.com>
Date: Wed Sep 16 19:42:57 2015 +0300
loolwsd: bump version after tarball
diff --git a/loolwsd/configure.ac b/loolwsd/configure.ac
index 44972ef..bb46969 100644
--- a/loolwsd/configure.ac
+++ b/loolwsd/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ([2.69])
-AC_INIT([loolwsd], [1.3.2], [libreoffice at collabora.com])
+AC_INIT([loolwsd], [1.3.3], [libreoffice at collabora.com])
AM_INIT_AUTOMAKE([1.11 silent-rules])
commit d564832a63e1da12eaa7e902f70344346c918480
Author: Mihai Varga <mihai.varga at collabora.com>
Date: Wed Sep 16 19:42:41 2015 +0300
loolwsd: bump version before tarball
diff --git a/loolwsd/configure.ac b/loolwsd/configure.ac
index 2316aba..44972ef 100644
--- a/loolwsd/configure.ac
+++ b/loolwsd/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ([2.69])
-AC_INIT([loolwsd], [1.3.1], [libreoffice at collabora.com])
+AC_INIT([loolwsd], [1.3.2], [libreoffice at collabora.com])
AM_INIT_AUTOMAKE([1.11 silent-rules])
commit e9c51adc994a658015234eb1c40d0f2a5899d003
Author: Mihai Varga <mihai.varga at collabora.com>
Date: Wed Sep 16 18:47:04 2015 +0300
loleaflet: bump version after tarball
diff --git a/loleaflet/Makefile b/loleaflet/Makefile
index b2b1fa0..d57379b 100644
--- a/loleaflet/Makefile
+++ b/loleaflet/Makefile
@@ -3,7 +3,7 @@
# ("micro") part: Between releases odd, even for releases (no other
# changes inbetween).
-VERSION=1.3.2
+VERSION=1.3.3
# Version number of the bundled 'draw' thing
DRAW_VERSION=0.2.4
commit ad24251d1c26033c978cf26297b639747bca51a0
Author: Mihai Varga <mihai.varga at collabora.com>
Date: Wed Sep 16 18:46:48 2015 +0300
loleaflet: bump version before tarball
diff --git a/loleaflet/Makefile b/loleaflet/Makefile
index 6599877..b2b1fa0 100644
--- a/loleaflet/Makefile
+++ b/loleaflet/Makefile
@@ -3,7 +3,7 @@
# ("micro") part: Between releases odd, even for releases (no other
# changes inbetween).
-VERSION=1.3.1
+VERSION=1.3.2
# Version number of the bundled 'draw' thing
DRAW_VERSION=0.2.4
More information about the Libreoffice-commits
mailing list