This commit is contained in:
Tom Keffer
2013-09-10 20:23:50 +00:00
parent f205595715
commit fd487cb680
5 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
"""Package weewx, containing modules specific to the weewx runtime engine."""
import time
__version__="2.4.0"
__version__="2.5.0a1"
# Holds the program launch time in unix epoch seconds:
# Useful for calculating 'uptime.'

View File

@@ -21,7 +21,7 @@
<h1 class="title">Customizing weewx<br />
<span class='version'>
Version: 2.4.0
Version: 2.5.0a1
</span>
</h1>
<h1>Table of Contents</h1>

View File

@@ -13,7 +13,7 @@
<body>
<h1 class="title">Upgrading <span class="code">weewx</span><br/>
<span class='version'>Version: 2.4.0
<span class='version'>Version: 2.5.0a1
</h1>
<p>This document has three sections:</p>

View File

@@ -32,7 +32,7 @@ function showtab(tab,id) {
<h1 class="title">User's Guide to the <span class="code">weewx</span> Weather System<br />
<span class='version'>
Version: 2.4.0
Version: 2.5.0a1
</span>
</h1>

View File

@@ -29,7 +29,7 @@ WEEWX_ROOT = /home/weewx
socket_timeout = 20
# Do not modify this - it is used by setup.py when installing and updating.
version = 2.4.0
version = 2.5.0a1
##############################################################################