File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
; --------------------------------
10
10
11
11
; Define version info
12
- !define VERSION " 5.0.1 "
12
+ !define VERSION " 5.0.2 "
13
13
14
14
; Installer details
15
15
VIAddVersionKey " CompanyName" " FlashDevelop.org"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ using System.Resources;
10
10
//
11
11
[assembly: AssemblyTitle(PluginCore.DistroConfig.DISTRIBUTION_NAME)]
12
12
[assembly: AssemblyDescription(PluginCore.DistroConfig.DISTRIBUTION_DESC)]
13
- [assembly: AssemblyProduct(PluginCore.DistroConfig.DISTRIBUTION_NAME + " 5.0.1 $BUILD$ for .NET 3.5 ($BRANCH$#$COMMIT$)")]
13
+ [assembly: AssemblyProduct(PluginCore.DistroConfig.DISTRIBUTION_NAME + " 5.0.2 $BUILD$ for .NET 3.5 ($BRANCH$#$COMMIT$)")]
14
14
[assembly: AssemblyCopyright(PluginCore.DistroConfig.DISTRIBUTION_COPYRIGHT)]
15
15
[assembly: AssemblyCompany(PluginCore.DistroConfig.DISTRIBUTION_COMPANY)]
16
16
[assembly: AssemblyConfiguration("")]
You can’t perform that action at this time.
0 commit comments