Skip to content

Commit

Permalink
Set the correct version number of orcus
Browse files Browse the repository at this point in the history
Ideally we should fix the Windows build properly, but cmake isn't
available to us.

Change-Id: I3f612604195212ba3a699c0b76785b5aa5f7925b
  • Loading branch information
kohei-us committed Sep 29, 2023
1 parent 271491c commit 3880f54
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions external/liborcus/windows-constants-hack.patch
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ 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
+#define ORCUS_MINOR_VERSION 19
+#define ORCUS_MICRO_VERSION 0

namespace orcus {

0 comments on commit 3880f54

Please sign in to comment.