From 17270b5181ebfc486c707564831d0f37a266a98d Mon Sep 17 00:00:00 2001 From: skidau Date: Sat, 13 Jun 2015 10:03:58 +1000 Subject: [PATCH] MFC and SDL build fix --- src/sdl/SDL.cpp | 2 +- src/version.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/sdl/SDL.cpp b/src/sdl/SDL.cpp index b1b59bb9..d91b71ba 100644 --- a/src/sdl/SDL.cpp +++ b/src/sdl/SDL.cpp @@ -1469,7 +1469,7 @@ void handleRewinds() int main(int argc, char **argv) { #ifndef FINAL_BUILD - fprintf(stdout, "VBA-M version %s [SDL]\n", SVN_REV_STR); + fprintf(stdout, "VBA-M version %s [SDL]\n", "Git:"); #else fprintf(stdout, "VBA-M version %s [SDL]"); #endif diff --git a/src/version.h b/src/version.h index d0d00272..2c911271 100644 --- a/src/version.h +++ b/src/version.h @@ -21,6 +21,7 @@ #ifdef _WIN32 #ifndef FINAL_BUILD +#define SVN_REV_STR "Git:" #endif #else #ifdef SVN_REV