Skip to content

Commit

Permalink
Version bumped to v0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tailhook committed May 29, 2011
1 parent 77a36b9 commit 12f24fe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '0.5'
# The full version, including alpha/beta/rc tags.
release = '0.5.6'
release = '0.5.9'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ run::
The easy way is to use `zerogw bundle`_. It includes some dependencies.
Then you execute following steps::

tar -xjf zerogw-bundle-0.5.6.tar.bz2
tar -xjf zerogw-bundle-0.5.9.tar.bz2
cd zerogw
./waf configure --prefix=/usr
./waf build
sudo ./waf install

.. _Archlinux: http://archlinux.org
.. _`zerogw bundle`: https://github.com/downloads/tailhook/zerogw/zerogw-bundle-0.5.6.tar.bz2
.. _`zerogw bundle`: https://github.com/downloads/tailhook/zerogw/zerogw-bundle-0.5.9.tar.bz2

Hard Way
--------
Expand Down
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ from waflib.Build import BuildContext
from waflib.Scripting import Dist

APPNAME='zerogw'
VERSION='0.5.8'
VERSION='0.5.9'

# Bundled versions
LIBWEBSITE_VERSION = '0.2.11'
Expand Down
2 changes: 1 addition & 1 deletion wscript.bundle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ from waflib.Build import BuildContext
from waflib.Scripting import Dist

APPNAME='zerogw'
VERSION='0.5.6'
VERSION='0.5.9'

top = '.'
out = 'build'
Expand Down

0 comments on commit 12f24fe

Please sign in to comment.