e890b0f0a9
Change-Id: I2cbf5f93c3b8b2235828affdef7309c3611b19b2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159258 Tested-by: Jenkins Reviewed-by: Kohei Yoshida <kohei@libreoffice.org>
15 lines
331 B
Diff
15 lines
331 B
Diff
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 19
|
|
+#define ORCUS_MICRO_VERSION 2
|
|
|
|
namespace orcus {
|
|
|