3.9.0.3363
This commit is contained in:
parent
e55856fabc
commit
43383d6f11
|
|
@ -15,7 +15,7 @@ internal static class RevisionClass
|
|||
public const string Major = "3";
|
||||
public const string Minor = "9";
|
||||
public const string Build = "0";
|
||||
public const string Revision = "3362";
|
||||
public const string Revision = "3363";
|
||||
|
||||
public const string MainVersion = Major + "." + Minor;
|
||||
public const string FullVersion = Major + "." + Minor + "." + Build + "." + Revision;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%COREVERSION%=0
|
||||
%REVISION%=3362
|
||||
%MINOR%=9
|
||||
%REVISION%=3363
|
||||
%COREVERSION%=0
|
||||
%MAJOR%=3
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
3.9.0.3362
|
||||
3.9.0.3363
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
!define VERSION '3.9.0.3362'
|
||||
!define VERSION '3.9.0.3363'
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ copy bin\ICSharpCode.TextEditorLinux.dll Release\PascalABCNETLinux\ICSharpCode.T
|
|||
copy bin\Localization.dll Release\PascalABCNETLinux\Localization.dll
|
||||
copy bin\Microsoft.Scripting.dll Release\PascalABCNETLinux\Microsoft.Scripting.dll
|
||||
copy bin\Mono.Cecil.dll Release\PascalABCNETLinux\Mono.Cecil.dll
|
||||
copy bin\Mono.Debugger.Soft.dll Release\PascalABCNETLinux\Mono.Debugger.Soft.dll
|
||||
copy bin\mono_pabcIDE.bat Release\PascalABCNETLinux\mono_pabcIDE.bat
|
||||
copy bin\mono_pabcnetc.bat Release\PascalABCNETLinux\mono_pabcnetc.bat
|
||||
copy bin\NETGenerator.dll Release\PascalABCNETLinux\NETGenerator.dll
|
||||
|
|
|
|||
Loading…
Reference in a new issue