loolwsd/Makefile.am | 1 + loolwsd/configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)
New commits: commit ad0dc7feebd7c3cc5771627856e09d950dda47f2 Author: Andras Timar <[email protected]> Date: Wed Jan 13 21:15:24 2016 +0100 loolwsd: bump version after tarball diff --git a/loolwsd/configure.ac b/loolwsd/configure.ac index cad9f91..f56b0cb 100644 --- a/loolwsd/configure.ac +++ b/loolwsd/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.69]) -AC_INIT([loolwsd], [1.4.30], [[email protected]]) +AC_INIT([loolwsd], [1.4.31], [[email protected]]) AM_INIT_AUTOMAKE([1.11 silent-rules subdir-objects]) commit ff2ca0e2bbe930d23a6275714b627b78ff3d4903 Author: Andras Timar <[email protected]> Date: Wed Jan 13 21:00:20 2016 +0100 loolwsd: bump version before tarball diff --git a/loolwsd/configure.ac b/loolwsd/configure.ac index e64eca1..cad9f91 100644 --- a/loolwsd/configure.ac +++ b/loolwsd/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.69]) -AC_INIT([loolwsd], [1.4.29], [[email protected]]) +AC_INIT([loolwsd], [1.4.30], [[email protected]]) AM_INIT_AUTOMAKE([1.11 silent-rules subdir-objects]) commit 69222ace7a67ca8adc9a21a988436aad92883b51 Author: Andras Timar <[email protected]> Date: Wed Jan 13 21:10:07 2016 +0100 add Rectangle.hpp to dist tarball diff --git a/loolwsd/Makefile.am b/loolwsd/Makefile.am index cfc3f41..88cda42 100644 --- a/loolwsd/Makefile.am +++ b/loolwsd/Makefile.am @@ -18,6 +18,7 @@ connect_SOURCES = Connect.cpp Util.cpp LOOLProtocol.cpp lokitclient_SOURCES = LOKitClient.cpp Util.cpp noinst_HEADERS = LOKitHelper.hpp LOOLProtocol.hpp LOOLSession.hpp LOOLWSD.hpp LoadTest.hpp MessageQueue.hpp TileCache.hpp Util.hpp Png.hpp \ + Rectangle.hpp \ bundled/include/LibreOfficeKit/LibreOfficeKit.h bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h \ bundled/include/LibreOfficeKit/LibreOfficeKitInit.h bundled/include/LibreOfficeKit/LibreOfficeKitTypes.h _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
