From f2f7224596637f0faa86a462a400cbc409a59540 Mon Sep 17 00:00:00 2001 From: CharlesThobe Date: Tue, 4 Jan 2022 07:20:56 +0200 Subject: [PATCH] Correcting used MAME git version --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 16c54f6..a2aaab2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,8 @@ cmake_minimum_required(VERSION 3.18) project("chdman CBT edition") set(build_version "0.238-CBT_edition") -set(vcs_revision "mame0238-326-gf811f531887") +set(vcs_revision "mame0238") +#cd ../mame && git describe --dirty if(NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE Release)