utils: mdldec: bump version to 1.2.

This commit is contained in:
Andrey Akhmichin
2025-03-31 12:26:04 +05:00
committed by Alibek Omarov
parent 16e2ce0aeb
commit 779adcd838
2 changed files with 2 additions and 2 deletions

View File

@@ -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( "--------------------------------------------------" );
}

View File

@@ -2,7 +2,7 @@
#ifndef VERSION_H
#define VERSION_H
#define APP_VERSION "1.1"
#define APP_VERSION "1.2"
#endif // VERSION_H