Skip to content

Commit

Permalink
Forgot to update the download links
Browse files Browse the repository at this point in the history
  • Loading branch information
ConceptJunkie committed Dec 11, 2014
1 parent dfac447 commit 3e474b9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions makeHelp.py
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,15 @@
Added code to prevent scientific notation from messing up base conversions
for the integral part of the number (up to 1000 digits).
6.1.0
New operators: 'maxdouble', 'maxfloat', 'mindouble', 'minfloat'
Base conversion for output is no longer limited to 1000 digits. There's no
reason to do that.
'rpn 0 cf' now throws an error rather than dividing by 0.
''',
'license' :
'''
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ units program.

****

The current version is 6.1.0
The current version is 6.1.0.

Installers for Windows can be found here:

https://www.strongspace.com/conceptjunkie/public/setup_rpn-6.0.1-win32.exe
https://www.strongspace.com/conceptjunkie/public/setup-rpn-6.0.1-win64.exe
https://www.strongspace.com/conceptjunkie/public/setup_rpn-6.1.0-win32.exe
https://www.strongspace.com/conceptjunkie/public/setup-rpn-6.1.0-win64.exe

rpn is a console app and can be launched from the command-line. However,
there is now an "interactive mode" and an icon to launch rpn for Windows users.
Expand Down

0 comments on commit 3e474b9

Please sign in to comment.