mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
utils: mdldec: bump version to 1.2.
This commit is contained in:
committed by
Alibek Omarov
parent
16e2ce0aeb
commit
779adcd838
@@ -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( "--------------------------------------------------" );
|
||||
}
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#ifndef VERSION_H
|
||||
#define VERSION_H
|
||||
|
||||
#define APP_VERSION "1.1"
|
||||
#define APP_VERSION "1.2"
|
||||
|
||||
#endif // VERSION_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user