bug fix #423
This commit is contained in:
parent
682e09b86c
commit
63a7d513a2
|
|
@ -15,7 +15,7 @@ internal static class RevisionClass
|
|||
public const string Major = "3";
|
||||
public const string Minor = "2";
|
||||
public const string Build = "0";
|
||||
public const string Revision = "1480";
|
||||
public const string Revision = "1483";
|
||||
|
||||
public const string MainVersion = Major + "." + Minor;
|
||||
public const string FullVersion = Major + "." + Minor + "." + Build + "." + Revision;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%MINOR%=2
|
||||
%REVISION%=1480
|
||||
%COREVERSION%=0
|
||||
%REVISION%=1483
|
||||
%MINOR%=2
|
||||
%MAJOR%=3
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
!define VERSION '3.2.0.1480'
|
||||
!define VERSION '3.2.0.1483'
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ namespace VisualPascalABC
|
|||
switch (status)
|
||||
{
|
||||
case 1:
|
||||
MessageBox.Show(PascalABCCompiler.StringResources.Get("VP_MF_VERSION_IS_UP_DO_DATE"), PascalABCCompiler.StringResources.Get("VP_MF_UPDATE_CHECK"), MessageBoxButtons.OK);
|
||||
MessageBox.Show(PascalABCCompiler.StringResources.Get("VP_MF_VERSION_IS_UP_TO_DATE"), PascalABCCompiler.StringResources.Get("VP_MF_UPDATE_CHECK"), MessageBoxButtons.OK);
|
||||
break;
|
||||
case 0:
|
||||
if (MessageBox.Show(PascalABCCompiler.StringResources.Get("VP_MF_UPDATE_AVAILABLE") + Environment.NewLine +
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in a new issue