scmversion: Include the current commit hash

This commit is contained in:
Connor McLaughlin
2020-08-06 20:11:22 +10:00
parent 64b745fd56
commit 8bc6433be1
4 changed files with 10 additions and 2 deletions

3
src/scmversion/tag.h Normal file
View File

@ -0,0 +1,3 @@
#pragma once
#define SCM_RELEASE_TAG "latest"
#define SCM_RELEASE_ASSET "duckstation-windows-x64-release.zip"