Skip to content

Commit 842b983

Browse files
committed
added automatic appveyor build version
1 parent c97d583 commit 842b983

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

addon/build_version.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#define BUILD_VERSION_NAME "version: unknown"
2+
#define BUILD_VERSION_REV 0

addon/d3d9_wrapper.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include "stdafx.h"
2+
#include "build_version.h"
23

34
//gw2addon_get_description
45
//gw2addon_load
@@ -21,7 +22,7 @@ gw2al_addon_dsc gAddonDsc = {
2122
L"Wrapper for d3d9 API that includes hooking and custom d3d9 loading",
2223
1,
2324
0,
24-
2,
25+
BUILD_VERSION_REV,
2526
gAddonDeps
2627
};
2728

0 commit comments

Comments
 (0)