diff --git a/common/lc_global.h b/common/lc_global.h index 58dda51f..fa2cc324 100644 --- a/common/lc_global.h +++ b/common/lc_global.h @@ -7,8 +7,8 @@ // Version number. #define LC_VERSION_MAJOR 0 #define LC_VERSION_MINOR 79 -#define LC_VERSION_PATCH 3 -#define LC_VERSION_TEXT "0.79.3" +#define LC_VERSION_PATCH 4 +#define LC_VERSION_TEXT "0.79.4" // Check for supported platforms. #if !defined(LC_WINDOWS) && !defined(LC_LINUX)