File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ AppName=FlexConfirmMail
3
3
AppVerName = FlexConfirmMail
4
4
VersionInfoVersion = 22.1 .0.0
5
5
AppPublisher = ClearCode Inc.
6
- AppVersion = 22.1
6
+ AppVersion = 22.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.1 " ;
8
+ public static readonly string Version = "22.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.1 " ;
8
+ public static readonly string Version = "22.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