We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb4ecbd + 44d80bc commit 55c8340Copy full SHA for 55c8340
include/Version.h
@@ -0,0 +1,7 @@
1
+/***
2
+ * This header is a stub, usually it's generated by cmake at when configuring the project.
3
+ */
4
+
5
+#pragma once
6
7
+#define THUNDER_VERSION 5
include/version/version.h
@@ -0,0 +1,14 @@
+namespace Thunder
8
+{
9
+ namespace PluginHost {
10
+ static constexpr uint8_t Major = 5;
11
+ static constexpr uint8_t Minor = 0;
12
+ static constexpr uint8_t Patch = 0;
13
+ }
14
+}
0 commit comments