Skip to content

Commit

Permalink
updated manifest and version numbers
Browse files Browse the repository at this point in the history
Leo build: 20170925164445
  • Loading branch information
edreamleo committed Sep 25, 2017
1 parent 0e3737a commit 932b168
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 7 deletions.
17 changes: 17 additions & 0 deletions About leo.exe.TXT
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
leo.exe contains everything you need to run Leo on Windows without
installing *anything* else. It contains all needed libraries, including
Python itself, PyQt, pylint and other packages. It also contains many data
files, including Leo's source code and various .leo files.

Notes:

1. leo.exe was created by PyInstaller: http://pythonhosted.org/PyInstaller

2. Before Leo starts, PyInstaller unpacks all libraries and data files to a
temp folder: ~\AppData\Local\Temp\_MEInnn. As a result, starting leo.exe
is slower than usual.

3. *Warning*: You can open Leo files from the "Files:Open Leo File" menu,
but these files will be in the temp folder. They will be *destroyed*
when you exit leo.exe. If you want to do real work with Leo you must
create .leo files in a permanent folder on your machine.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Leo 5.6b1 September 11, 2017
Leo 5.6 September 25, 2017

[Leo](http://leoeditor.com/) 5.6b1 is now available on [SourceForge](http://sourceforge.net/projects/leo/files/Leo/) and on [GitHub](https://github.com/leo-editor/leo-editor).
[Leo](http://leoeditor.com/) 5.6 is now available on [SourceForge](http://sourceforge.net/projects/leo/files/Leo/) and on [GitHub](https://github.com/leo-editor/leo-editor).

Leo is an IDE, outliner and PIM, as described [here](http://leoeditor.com/preface.html).

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:35:05 CDT 2017",
"timestamp": "20170925163505"
"asctime": "Mon Sep 25 16:44:45 CDT 2017",
"timestamp": "20170925164445"
}
2 changes: 1 addition & 1 deletion leo/core/leoVersion.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#
# The install_hooks.py script copies these two files to leo-editor/.git/hooks.
#@-<< about install hooks >>
version = "5.6b1"
version = "5.6"
date, build = g.jsonCommitInfo()
branch = g.gitBranchName()
#@@language python
Expand Down
5 changes: 3 additions & 2 deletions leo/dist/leoDist.leo
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@
</vnodes>
<tnodes>
<t tx="EKR.20040519090846">@language rest
@wrap
</t>
<t tx="EKR.20040519090846.1">Leo is Open Software and is distributed under the terms of the MIT
License. The gist of the license is that Leo is absolutely free, even
Expand Down Expand Up @@ -404,9 +405,9 @@ Classifier: Topic :: Text Processing
Download-URL: http://sourceforge.net/projects/leo/files/

</t>
<t tx="EKR.20040519090846.9">Leo 5.6b1 September 11, 2017
<t tx="EKR.20040519090846.9">Leo 5.6 September 25, 2017

[Leo](http://leoeditor.com/) 5.6b1 is now available on [SourceForge](http://sourceforge.net/projects/leo/files/Leo/) and on [GitHub](https://github.com/leo-editor/leo-editor).
[Leo](http://leoeditor.com/) 5.6 is now available on [SourceForge](http://sourceforge.net/projects/leo/files/Leo/) and on [GitHub](https://github.com/leo-editor/leo-editor).

Leo is an IDE, outliner and PIM, as described [here](http://leoeditor.com/preface.html).

Expand Down

0 comments on commit 932b168

Please sign in to comment.