Skip to content

Commit

Permalink
update version number to 5.6
Browse files Browse the repository at this point in the history
Leo build: 20170925163505
  • Loading branch information
edreamleo committed Sep 25, 2017
1 parent a57814d commit 0e3737a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion leo.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
!include LogicLib.nsh

;##version
!define version "5.6b1"
!define version "5.6"

; These are *not* Python strings--backslashes are fine.

Expand Down
4 changes: 2 additions & 2 deletions leo/core/commit_timestamp.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"asctime": "Mon Sep 25 16:32:41 CDT 2017",
"timestamp": "20170925163241"
"asctime": "Mon Sep 25 16:35:05 CDT 2017",
"timestamp": "20170925163505"
}
2 changes: 1 addition & 1 deletion leo/dist/leoDist.leo
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ Make these files in the top-level folder::
leo.zip.
'''

version = '5.6b1' ##version
version = '5.6' ##version
<< includes >>
<< define global paths and file names >>

Expand Down
2 changes: 1 addition & 1 deletion leo_assoc.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;@@language nsi

;##version
!define version "5.6b1"
!define version "5.6"

!include MUI2.nsh
!include nsDialogs.nsh
Expand Down

0 comments on commit 0e3737a

Please sign in to comment.