Skip to content

Commit 68cad42

Browse files
committed
Version pump and local build now have both arch paths to apps...
1 parent 5549bb3 commit 68cad42

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CI/buildl.cmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
:: Set paths
44
set PATH=%PATH%;C:\Windows\Microsoft.NET\Framework\v4.0.30319\
5+
set PATH=%PATH%;C:\Program Files\Git\bin\
56
set PATH=%PATH%;C:\Program Files (x86)\Git\bin\
6-
set PATH=%PATH%;C:\Program Files (x86)\NSIS
77
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
810

911
:: Need path up
1012
cd ..

FlashDevelop/Installer/Installer.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
;--------------------------------
1010

1111
; Define version info
12-
!define VERSION "5.0.2"
12+
!define VERSION "5.1.0"
1313

1414
; Installer details
1515
VIAddVersionKey "CompanyName" "FlashDevelop.org"

FlashDevelop/Properties/AssemblyInfo.cs.rev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ using System.Resources;
1010
//
1111
[assembly: AssemblyTitle(PluginCore.DistroConfig.DISTRIBUTION_NAME)]
1212
[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$)")]
1414
[assembly: AssemblyCopyright(PluginCore.DistroConfig.DISTRIBUTION_COPYRIGHT)]
1515
[assembly: AssemblyCompany(PluginCore.DistroConfig.DISTRIBUTION_COMPANY)]
1616
[assembly: AssemblyConfiguration("")]

0 commit comments

Comments
 (0)