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 c97d583 commit 842b983Copy full SHA for 842b983
addon/build_version.h
@@ -0,0 +1,2 @@
1
+#define BUILD_VERSION_NAME "version: unknown"
2
+#define BUILD_VERSION_REV 0
addon/d3d9_wrapper.cpp
@@ -1,4 +1,5 @@
#include "stdafx.h"
+#include "build_version.h"
3
4
//gw2addon_get_description
5
//gw2addon_load
@@ -21,7 +22,7 @@ gw2al_addon_dsc gAddonDsc = {
21
22
L"Wrapper for d3d9 API that includes hooking and custom d3d9 loading",
23
1,
24
0,
- 2,
25
+ BUILD_VERSION_REV,
26
gAddonDeps
27
};
28
0 commit comments