diff --git a/src/misc.c b/src/misc.c index 5497b286..5e87a888 100644 --- a/src/misc.c +++ b/src/misc.c @@ -36,7 +36,7 @@ // Version number. If Version is left empty, then compile date in the format // DD-MM-YY and show in engine_info. -char Version[] = ""; +char Version[] = "11"; #ifndef _WIN32 pthread_mutex_t ioMutex = PTHREAD_MUTEX_INITIALIZER;