EgtEngine 3.1d2 :

- ricompilazione con cambio versione.
This commit is contained in:
Dario Sassi
2026-04-22 18:59:20 +02:00
parent 2fe2b9ac29
commit 320e7035f2
2 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -120,8 +120,8 @@ wmain( int argc, wchar_t* argv[])
ExeSetLockId( sLockId) ;
// Recupero livello e opzioni della chiave
int nKeyLev ; unsigned int nKeyOptions ;
bool bKey = ExeGetKeyLevel( 9935, 3101, 1, nKeyLev) &&
ExeGetKeyOptions( 9935, 3101, 1, nKeyOptions) ;
bool bKey = ExeGetKeyLevel( 9935, 3104, 1, nKeyLev) &&
ExeGetKeyOptions( 9935, 3104, 1, nKeyOptions) ;
// Recupero livello utente e livello di debug
int nUserLev = min( GetPrivateProfileInt( S_GENERAL, K_USERLEVEL, 1, sFileIni.c_str()), nKeyLev) ;
int nDebug = GetPrivateProfileInt( S_GENERAL, K_DEBUG, 0, sFileIni.c_str()) ;
+8 -8
View File
@@ -56,7 +56,7 @@ VS_VERSION_INFO$(_DEB32) VERSIONINFO
#else
VS_VERSION_INFO VERSIONINFO
#endif
FILEVERSION 3,1,1,3
FILEVERSION 3,1,4,2
PRODUCTVERSION 3,1,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
@@ -74,7 +74,7 @@ BEGIN
BEGIN
VALUE "CompanyName", "Egalware s.r.l."
VALUE "FileDescription", "EgtEngine Debug Version"
VALUE "FileVersion", "3.1a3"
VALUE "FileVersion", "3.1d2"
VALUE "InternalName", "EgtEngine"
VALUE "LegalCopyright", "Copyright (C) 2023-2026 by Egalware s.r.l."
VALUE "OriginalFilename", "EgtEngineD32.exe"
@@ -95,7 +95,7 @@ VS_VERSION_INFO$(NDEB32) VERSIONINFO
#else
VS_VERSION_INFO VERSIONINFO
#endif
FILEVERSION 3,1,1,3
FILEVERSION 3,1,4,2
PRODUCTVERSION 3,1,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
@@ -113,7 +113,7 @@ BEGIN
BEGIN
VALUE "CompanyName", "Egalware s.r.l."
VALUE "FileDescription", "EgtEngine"
VALUE "FileVersion", "3.1a3"
VALUE "FileVersion", "3.1d2"
VALUE "InternalName", "EgtEngine"
VALUE "LegalCopyright", "Copyright (C) 2023-2026 by Egalware s.r.l."
VALUE "OriginalFilename", "EgtEngineR32.exe"
@@ -134,7 +134,7 @@ VS_VERSION_INFO$(_DEB64) VERSIONINFO
#else
VS_VERSION_INFO VERSIONINFO
#endif
FILEVERSION 3,1,1,3
FILEVERSION 3,1,4,2
PRODUCTVERSION 3,1,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
@@ -152,7 +152,7 @@ BEGIN
BEGIN
VALUE "CompanyName", "Egalware s.r.l."
VALUE "FileDescription", "EgtEngine Debug Version"
VALUE "FileVersion", "3.1a3"
VALUE "FileVersion", "3.1d2"
VALUE "InternalName", "EgtEngine"
VALUE "LegalCopyright", "Copyright (C) 2023-2026 by Egalware s.r.l."
VALUE "OriginalFilename", "EgtEngineD64.exe"
@@ -173,7 +173,7 @@ VS_VERSION_INFO$(NDEB64) VERSIONINFO
#else
VS_VERSION_INFO VERSIONINFO
#endif
FILEVERSION 3,1,1,3
FILEVERSION 3,1,4,2
PRODUCTVERSION 3,1,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
@@ -191,7 +191,7 @@ BEGIN
BEGIN
VALUE "CompanyName", "Egalware s.r.l."
VALUE "FileDescription", "EgtEngine"
VALUE "FileVersion", "3.1a3"
VALUE "FileVersion", "3.1d2"
VALUE "InternalName", "EgtEngine"
VALUE "LegalCopyright", "Copyright (C) 2023-2026 by Egalware s.r.l."
VALUE "OriginalFilename", "EgtEngineR64.exe"