Bump version number.

This commit is contained in:
Aldo Cortesi 2012-05-11 09:52:17 +12:00
parent d42fdc4ff6
commit 12b8a43dbe
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
</div>
<!--(end)-->
$!nav if this.title!="docs" else ""!$
<h1><a href="@!urlTo("/index.html")!@">mitmproxy 0.8 docs</a></h1>
<h1><a href="@!urlTo("/index.html")!@">mitmproxy 0.9 docs</a></h1>
</div>
<div id="bd">
<div id="yui-main">

View File

@ -29,7 +29,7 @@
</div>
<!--(end)-->
$!nav if this.title!="docs" else ""!$
$!title if this.title!="docs" else "<h1>mitmproxy 0.8 docs</h1>"!$
$!title if this.title!="docs" else "<h1>mitmproxy 0.9 docs</h1>"!$
$!body!$
</div>
</div>

View File

@ -1,4 +1,4 @@
IVERSION = (0, 8)
IVERSION = (0, 9)
VERSION = ".".join(str(i) for i in IVERSION)
NAME = "mitmproxy"
NAMEVERSION = NAME + " " + VERSION