diff --git a/leo.nsi b/leo.nsi index e407d7a4397..6618653ce3e 100644 --- a/leo.nsi +++ b/leo.nsi @@ -12,7 +12,7 @@ !include LogicLib.nsh ;##version -!define version "5.6b1" +!define version "5.6" ; These are *not* Python strings--backslashes are fine. diff --git a/leo/core/commit_timestamp.json b/leo/core/commit_timestamp.json index 89a7a65c410..14a737dc316 100644 --- a/leo/core/commit_timestamp.json +++ b/leo/core/commit_timestamp.json @@ -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" } diff --git a/leo/dist/leoDist.leo b/leo/dist/leoDist.leo index f03ea6273b4..0ed3381f784 100644 --- a/leo/dist/leoDist.leo +++ b/leo/dist/leoDist.leo @@ -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 >> diff --git a/leo_assoc.nsi b/leo_assoc.nsi index e62528f1cfe..43e4081cae4 100644 --- a/leo_assoc.nsi +++ b/leo_assoc.nsi @@ -3,7 +3,7 @@ ;@@language nsi ;##version -!define version "5.6b1" +!define version "5.6" !include MUI2.nsh !include nsDialogs.nsh