diff --git a/utils/mdldec/mdldec.c b/utils/mdldec/mdldec.c index 29c020ea..37e0a9ee 100644 --- a/utils/mdldec/mdldec.c +++ b/utils/mdldec/mdldec.c @@ -510,7 +510,7 @@ ShowVersion static void ShowVersion( void ) { LogPutS( "\nHalf-Life Studio Model Decompiler " APP_VERSION ); - LogPutS( "Copyright Flying With Gauss 2020 (c) " ); + LogPutS( "Copyright Flying With Gauss 2020-2025 (c) " ); LogPutS( "--------------------------------------------------" ); } diff --git a/utils/mdldec/version.h b/utils/mdldec/version.h index 131b9be8..490bef0d 100644 --- a/utils/mdldec/version.h +++ b/utils/mdldec/version.h @@ -2,7 +2,7 @@ #ifndef VERSION_H #define VERSION_H -#define APP_VERSION "1.1" +#define APP_VERSION "1.2" #endif // VERSION_H