Skip to content

Commit

Permalink
added automatic appveyor build version
Browse files Browse the repository at this point in the history
  • Loading branch information
megai2 committed Sep 17, 2019
1 parent c97d583 commit 842b983
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions addon/build_version.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#define BUILD_VERSION_NAME "version: unknown"
#define BUILD_VERSION_REV 0
3 changes: 2 additions & 1 deletion addon/d3d9_wrapper.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "stdafx.h"
#include "build_version.h"

//gw2addon_get_description
//gw2addon_load
Expand All @@ -21,7 +22,7 @@ gw2al_addon_dsc gAddonDsc = {
L"Wrapper for d3d9 API that includes hooking and custom d3d9 loading",
1,
0,
2,
BUILD_VERSION_REV,
gAddonDeps
};

Expand Down

0 comments on commit 842b983

Please sign in to comment.