diff --git a/Source/Cliente/FactuGES.bdsproj b/Source/Cliente/FactuGES.bdsproj index ae617426..0729810a 100644 --- a/Source/Cliente/FactuGES.bdsproj +++ b/Source/Cliente/FactuGES.bdsproj @@ -149,7 +149,7 @@ False 3 3 - 2 + 4 0 False False @@ -162,7 +162,7 @@ Rodax Software S.L. - 3.3.2.0 + 3.3.4.0 FactuGES diff --git a/Source/Cliente/FactuGES.rc b/Source/Cliente/FactuGES.rc index 2a920b2b..58eec487 100644 --- a/Source/Cliente/FactuGES.rc +++ b/Source/Cliente/FactuGES.rc @@ -1,7 +1,7 @@ MAINICON ICON "c:\Codigo Luis Leon\Source\Iconos\Factuges.ico" 1 VERSIONINFO -FILEVERSION 3,3,2,0 -PRODUCTVERSION 3,3,2,0 +FILEVERSION 3,3,4,0 +PRODUCTVERSION 3,3,4,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -13,7 +13,7 @@ BEGIN BLOCK "0C0A04E4" BEGIN VALUE "CompanyName", "Rodax Software S.L.\0" - VALUE "FileVersion", "3.3.2.0\0" + VALUE "FileVersion", "3.3.4.0\0" VALUE "InternalName", "FactuGES\0" VALUE "ProductVersion", "3.3.2.0\0" END diff --git a/Source/Cliente/FactuGES.res b/Source/Cliente/FactuGES.res index 874decd3..011b7a5c 100644 Binary files a/Source/Cliente/FactuGES.res and b/Source/Cliente/FactuGES.res differ diff --git a/Source/Servidor/FactuGES_Server.bdsproj b/Source/Servidor/FactuGES_Server.bdsproj index 9efcccad..673b94fe 100644 --- a/Source/Servidor/FactuGES_Server.bdsproj +++ b/Source/Servidor/FactuGES_Server.bdsproj @@ -154,7 +154,7 @@ False 3 3 - 1 + 4 0 False False @@ -167,7 +167,7 @@ Rodax Software S.L. - 3.3.1.0 + 3.3.4.0 @@ -175,7 +175,7 @@ FactuGES Server 3.3.1.0 - jueves, 26 de febrero de 2009 10:47 + jueves, 09 de julio de 2009 11:41 RemObjects Pascal Script - RemObjects SDK 3.0 Integration diff --git a/Source/Servidor/FactuGES_Server.rc b/Source/Servidor/FactuGES_Server.rc index f48382a7..7ee4b54d 100644 --- a/Source/Servidor/FactuGES_Server.rc +++ b/Source/Servidor/FactuGES_Server.rc @@ -1,7 +1,7 @@ MAINICON ICON "c:\Codigo Luis Leon\Source\Iconos\Servidor.ico" 1 VERSIONINFO -FILEVERSION 3,3,1,0 -PRODUCTVERSION 3,3,1,0 +FILEVERSION 3,3,4,0 +PRODUCTVERSION 3,3,4,0 FILEFLAGSMASK 0x3FL FILEFLAGS 0x00L FILEOS 0x40004L @@ -13,10 +13,10 @@ BEGIN BLOCK "0C0A04E4" BEGIN VALUE "CompanyName", "Rodax Software S.L.\0" - VALUE "FileVersion", "3.3.1.0\0" + VALUE "FileVersion", "3.3.4.0\0" VALUE "ProductName", "FactuGES Server\0" - VALUE "ProductVersion", "3.3.1.0\0" - VALUE "CompileDate", "jueves, 09 de julio de 2009 11:41\0" + VALUE "ProductVersion", "3.3.4.0\0" + VALUE "CompileDate", "martes, 14 de julio de 2009 10:22\0" END END BLOCK "VarFileInfo" diff --git a/Source/Servidor/FactuGES_Server.res b/Source/Servidor/FactuGES_Server.res index 9628b860..ee6d88c7 100644 Binary files a/Source/Servidor/FactuGES_Server.res and b/Source/Servidor/FactuGES_Server.res differ diff --git a/Source/Servidor/uDataModuleServer.pas b/Source/Servidor/uDataModuleServer.pas index 2ee0acc7..f1c753c5 100644 --- a/Source/Servidor/uDataModuleServer.pas +++ b/Source/Servidor/uDataModuleServer.pas @@ -233,7 +233,7 @@ begin FEscribirLog := TCriticalSection.Create; JvLogFile1.Active := False; - JvLogFile1.FileName := ExtractFilePath(Application.ExeName) + 'ServerLog.txt'; + JvLogFile1.FileName := ExtractFilePath(Application.ExeName) + StringReplace(DateToStr(now),'/','-',[rfReplaceAll]) + 'ServerLog.txt'; JvLogFile1.AutoSave := True; JvLogFile1.Active := True; JvLogFile1.Clear;