Show
Ignore:
Timestamp:
04/29/08 13:04:02 (7 months ago)
Author:
pmoura
Message:

Updated release number to 2.31.6. Added missing auto-completion keywords for the ISO Prolog standard arithmetic functions to the SubEthaEdit?, TextMate?, Notepad++, jEdit, Vim, and Smultron text editors.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/scripts/windows/logtalk.iss

    r4208 r4233  
    22 
    33#define MyAppName "Logtalk" 
    4 #define MyAppVerName "Logtalk 2.31.5" 
     4#define MyAppVerName "Logtalk 2.31.6" 
    55#define MyAppPublisher "Logtalk.org" 
    66#define MyAppURL "http://logtalk.org" 
     
    2525LicenseFile=C:\lgtsvn\LICENSE.txt 
    2626InfoBeforeFile=C:\lgtsvn\README.txt 
    27 OutputBaseFilename=lgt2315 
     27OutputBaseFilename=lgt2316 
    2828Compression=lzma 
    2929SolidCompression=yes 
    3030PrivilegesRequired=none 
    3131 
    32 VersionInfoVersion=2.31.5 
     32VersionInfoVersion=2.31.6 
    3333VersionInfoCopyright=© Paulo Moura, 1998-2008 
    3434 
     
    7070 
    7171[Messages] 
    72 BeveledLabel=Logtalk 2.31.5 © Paulo Moura, 1998-2008 
     72BeveledLabel=Logtalk 2.31.6 © Paulo Moura, 1998-2008 
    7373 
    7474[Dirs] 
     
    141141 
    142142[Registry] 
    143 Root: HKLM; Subkey: "Software\Logtalk"; ValueType: dword; ValueName: "Version"; ValueData: "2315"; Components: base; Flags: deletevalue uninsdeletevalue 
     143Root: HKLM; Subkey: "Software\Logtalk"; ValueType: dword; ValueName: "Version"; ValueData: "2316"; Components: base; Flags: deletevalue uninsdeletevalue 
    144144Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"; ValueType: expandsz; ValueName: "LOGTALKHOME"; ValueData: "{app}"; Components: base; Flags: deletevalue uninsdeletevalue 
    145145Root: HKCU; Subkey: "Environment"; ValueType: expandsz; ValueName: "LOGTALKUSER"; ValueData: "{code:GetLgtUserDir}"; Flags: deletevalue uninsdeletevalue