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