File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[Setup]
2
2
AppName = FlexConfirmMail
3
3
AppVerName = FlexConfirmMail
4
- VersionInfoVersion = 22.4 .1
4
+ VersionInfoVersion = 22.4 .2
5
5
AppPublisher = ClearCode Inc.
6
- AppVersion = 22.4 .1
6
+ AppVersion = 22.4 .2
7
7
UninstallDisplayIcon = {app} \fcm.ico
8
8
DefaultDirName = {commonpf}\FlexConfirmMail
9
9
ShowLanguageDialog = no
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ namespace FlexConfirmMail
5
5
public class Global
6
6
{
7
7
public static readonly string AppName = "FlexConfirmMail" ;
8
- public static readonly string Version = "22.4.1 " ;
8
+ public static readonly string Version = "22.4.2 " ;
9
9
public static readonly string Edition = "Enterprise" ;
10
10
public static readonly bool EnableGPO = true ;
11
11
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ namespace FlexConfirmMail
5
5
public class Global
6
6
{
7
7
public static readonly string AppName = "FlexConfirmMail" ;
8
- public static readonly string Version = "22.4.0 " ;
8
+ public static readonly string Version = "22.4.2 " ;
9
9
public static readonly string Edition = "Free" ;
10
10
public static readonly bool EnableGPO = false ;
11
11
}
You can’t perform that action at this time.
0 commit comments