From f28d236729980658fef813cae6753c34d61bcd4e Mon Sep 17 00:00:00 2001 From: zeromus Date: Tue, 10 Apr 2018 23:06:35 -0500 Subject: [PATCH] change subwcrev to use git instead --- vc/SubWCRev.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vc/SubWCRev.bat b/vc/SubWCRev.bat index d533b46e..c8cf8756 100644 --- a/vc/SubWCRev.bat +++ b/vc/SubWCRev.bat @@ -1,2 +1,2 @@ -BizHawk.Build.Tool SVN_REV --wc .. --template "defaultconfig\svnrev_template.h" --out "userconfig\svnrev.h" +BizHawk.Build.Tool GIT_REV --wc .. --template "defaultconfig\svnrev_template.h" --out "userconfig\svnrev.h" exit 0 \ No newline at end of file