Skip to content

Commit

Permalink
Merge pull request #115 from balshetzer/master
Browse files Browse the repository at this point in the history
Update version number to 2.5.3
  • Loading branch information
balshetzer committed Aug 1, 2013
2 parents 28ea021 + f642655 commit 7762ff6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ Installation

Windows:
Plover is available for Windows as a compiled executable. The latest
version is here: https://github.com/plover/plover/releases/download/v2.5.2/plover.exe
version is here: https://github.com/plover/plover/releases/download/v2.5.3/plover.exe
There is no installer, just run the binary

Mac:
Plover is available for Mac OSX as an app. Download the dmg from:
https://github.com/plover/plover/releases/download/v2.5.2/Plover.dmg
https://github.com/plover/plover/releases/download/v2.5.3/Plover.dmg
Open the dmg and drag plover to the applications folder to install.
Before running the application you will also need to
Open System Preferences, Open "Universal Access" and check the box next
Expand All @@ -55,9 +55,9 @@ run the following commands::
cd
sudo apt-get install python-xlib python-wxgtk2.8 wmctrl python-dev python-pip
sudo pip install -U appdirs simplejson pyserial
wget https://github.com/plover/plover/archive/v2.5.2.tar.gz
tar -zxf v2.5.2.tar.gz
cd plover-2.5.2
wget https://github.com/plover/plover/archive/v2.5.3.tar.gz
tar -zxf v2.5.3.tar.gz
cd plover-2.5.3
sudo python setup.py install

Once this is done then you should be able to run plover from the applications menu or from the command line with::
Expand Down
2 changes: 1 addition & 1 deletion plover/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"""Plover: Open Source Stenography Software"""

__version__ = '2.5.2'
__version__ = '2.5.3'
__copyright__ = '(C) 2010-2011 Joshua Harlan Lifton'
__url__ = 'http://stenoknight.com/plover'
__download_url__ = 'https://github.com/plover/plover'
Expand Down

0 comments on commit 7762ff6

Please sign in to comment.