This commit is contained in:
Tom Keffer
2010-07-05 01:14:59 +00:00
parent 15f174524d
commit 01fef7adb5
5 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,7 @@
"""
import time
__version__="1.9.0a5"
__version__="1.9.0"
# Holds the program launch time in unix epoch seconds:
# Useful for calculating 'uptime.'

View File

@@ -141,7 +141,7 @@ td {
<body>
<h1 class="title">Customizing <span class="code">weewx</span><br />
Version 1.8</h1>
Version 1.9</h1>
<h1>Table of contents</h1>
<ol>
<li><a href="#Introduction">Introduction</a></li>

View File

@@ -141,7 +141,7 @@ td {
<body>
<h1 class="title">The <span class="code">weewx</span> weather system<br />
Version 1.8</h1>
Version 1.9</h1>
<h1>Table of Contents</h1>
<ol>
<li><a href="#Copyright">Copyright</a></li>

View File

@@ -138,7 +138,7 @@ td {
<body>
<h1 class="title">Upgrading to <span class="code">weewx</span> v1.8</h1>
<h1 class="title">Upgrading to <span class="code">weewx</span> v1.9</h1>
<h1>Version specific directions</h1>
<p>What follows are directions for upgrading from specific versions.</p>
<h2>V1.7.0 or earlier</h2>

View File

@@ -23,13 +23,13 @@
#
# Set to 1 for extra debug info, otherwise comment it out or set to zero.
debug = 1
debug = 0
# How long to wait before timing out a socket (FTP, HTTP) connection:
socket_timeout = 20
# Current version
version = 1.9.0a5
version = 1.9.0
############################################################################################