File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
:: Set paths
4
4
set PATH = %PATH% ;C:\Windows\Microsoft.NET\Framework\v4.0.30319\
5
+ set PATH = %PATH% ;C:\Program Files\Git\bin\
5
6
set PATH = %PATH% ;C:\Program Files (x86)\Git\bin\
6
- set PATH = %PATH% ;C:\Program Files (x86)\NSIS
7
7
set PATH = %PATH% ;C:\Program Files\7-Zip\
8
+ set PATH = %PATH% ;C:\Program Files (x86)\7-Zip\
9
+ set PATH = %PATH% ;C:\Program Files (x86)\NSIS
8
10
9
11
:: Need path up
10
12
cd ..
Original file line number Diff line number Diff line change 9
9
; --------------------------------
10
10
11
11
; Define version info
12
- !define VERSION " 5.0.2 "
12
+ !define VERSION " 5.1.0 "
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.2 $BUILD$ for .NET 3.5 ($BRANCH$#$COMMIT$)")]
13
+ [assembly: AssemblyProduct(PluginCore.DistroConfig.DISTRIBUTION_NAME + " 5.1.0 $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