Files
loongoffice/external/liborcus/windows-constants-hack.patch
Kohei Yoshida b325b4c286 Update liborcus to 0.11.0.
Markus did half of this, and I simply carried the torch.

Change-Id: Icd3ee1e4b5bd562faee06dfd9dce52a4bed49a71
Reviewed-on: https://gerrit.libreoffice.org/22943
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
2016-03-08 04:43:24 +00:00

16 lines
335 B
Diff
Executable File

diff --git a/src/liborcus/info.cpp b/src/liborcus/info.cpp
index ae571f5..539ce18 100644
--- a/src/liborcus/info.cpp
+++ b/src/liborcus/info.cpp
@@ -7,7 +7,9 @@
#include "orcus/info.hpp"
-#include "constants.inl"
+#define ORCUS_MAJOR_VERSION 0
+#define ORCUS_MINOR_VERSION 11
+#define ORCUS_MICRO_VERSION 0
namespace orcus {