From 3a03823978406c3343dd7b345f58857c9e288881 Mon Sep 17 00:00:00 2001 From: Dean M Greer Date: Wed, 27 Jul 2022 09:41:37 -0400 Subject: [PATCH] [build-HACK] Manually set version.h.in The version uses the year-month-day as the version, this branch is based on https://github.com/doitsujin/dxvk/commit/b144ae28d955708fbd6c4d9f1f90aa62b3a0d920 --- version.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h.in b/version.h.in index e9cc1c3a2e18..450f0055d2f0 100644 --- a/version.h.in +++ b/version.h.in @@ -1,3 +1,3 @@ #pragma once -#define DXVK_VERSION "@VCS_TAG@" +#define DXVK_VERSION "v1.10.3-20230331-async (macOS)"