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.
1 parent bb4ecbd commit 44d80bcCopy full SHA for 44d80bc
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