Icarus 3.1c1 :

- ricompilazione con cambio versione.
This commit is contained in:
Dario Sassi
2026-03-03 16:36:51 +01:00
parent f0eec3b4da
commit 251ae061f1
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -191,8 +191,8 @@ Public Class MainWindowM
EgtSetLockId( sLockId)
End If
' Recupero livello e opzioni della chiave
Dim bKey As Boolean = EgtGetKeyLevel(5583, 3102, 1, m_nKeyLevel) And
EgtGetKeyOptions(5583, 3102, 1, m_nKeyOptions)
Dim bKey As Boolean = EgtGetKeyLevel(5583, 3103, 1, m_nKeyLevel) And
EgtGetKeyOptions(5583, 3103, 1, m_nKeyOptions)
' Inizializzazione generale di EgtInterface
m_nDebug = GetMainPrivateProfileInt(S_GENERAL, K_DEBUG, 0)
m_sLogFile = m_sTempDir & "\" & GENLOG_FILE_NAME.Replace("#", m_nInstance.ToString())
+2 -2
View File
@@ -70,5 +70,5 @@ Imports System.Windows
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("3.1.2.2")>
<Assembly: AssemblyFileVersion("3.1.2.2")>
<Assembly: AssemblyVersion("3.1.3.1")>
<Assembly: AssemblyFileVersion("3.1.3.1")>