Skip to content

Commit

Permalink
Merge branch 'release/2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
ktekinay committed May 31, 2017
2 parents f28fc2e + 99e389e commit 5a77f3b
Show file tree
Hide file tree
Showing 37 changed files with 3,610 additions and 1,897 deletions.
3 changes: 1 addition & 2 deletions Admin Classes/KajuFile.xojo_code
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ Protected Class KajuFile
//
// Perform $VERSION$ substitutions
//
dim keys() as string = Array( Kaju.UpdateInformation.kMacBinaryName, Kaju.UpdateInformation.kWindowsBinaryName, _
Kaju.UpdateInformation.kLinuxBinaryName )
dim keys() as string = Kaju.UpdateInformation.BinaryNames

dim lastVersionIndex as integer = data.Count - 1
for versionIndex as integer = 0 to lastVersionIndex
Expand Down
Loading

0 comments on commit 5a77f3b

Please sign in to comment.