From b2da2f22b9ae960f72afcfd8605e7ea0ada1c2ef Mon Sep 17 00:00:00 2001 From: megai2 Date: Wed, 9 Dec 2020 20:47:25 +0300 Subject: [PATCH] bump version to 1.2 --- addon/d3d9_wrapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon/d3d9_wrapper.cpp b/addon/d3d9_wrapper.cpp index 791843c..614fe04 100644 --- a/addon/d3d9_wrapper.cpp +++ b/addon/d3d9_wrapper.cpp @@ -21,7 +21,7 @@ gw2al_addon_dsc gAddonDsc = { L"d3d9_wrapper", L"Wrapper for d3d9 API that includes hooking and custom d3d9 loading", 1, - 1, + 2, BUILD_VERSION_REV, gAddonDeps };