From ecceebd66d60087781d4cbf98fdc875b4d53ce4c Mon Sep 17 00:00:00 2001 From: adrpo Date: Tue, 29 Nov 2016 07:31:32 +0100 Subject: [PATCH] make sure we don't have a old version number when no git present --- Compiler/runtime/omc_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compiler/runtime/omc_config.h b/Compiler/runtime/omc_config.h index 92294585702..27f4f72fe5e 100644 --- a/Compiler/runtime/omc_config.h +++ b/Compiler/runtime/omc_config.h @@ -157,7 +157,7 @@ #ifdef CONFIG_REVISION #define CONFIG_VERSION CONFIG_REVISION #else -#define CONFIG_VERSION "1.9.5-dev" +#define CONFIG_VERSION "unknown" #endif