Skip to content

Commit

Permalink
Bump version to 0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
zieren committed Nov 22, 2017
1 parent 1d2e2c7 commit e298f96
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/ipa/K.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-


CLIENT_GREETING = ('IP anemometer client 0.3.2 - (c) 2016 Jörg Zieren'
CLIENT_GREETING = ('IP anemometer client 0.4.0 - (c) 2017 Jörg Zieren'
' - http://zieren.de - GNU GPL v3')
CONFIG_FILENAME = 'ipa.cfg'
STATE_DIR = '../state/'
2 changes: 1 addition & 1 deletion client/sh/ipa_wrapper.sh
Expand Up @@ -26,7 +26,7 @@ if [ -z "$SERVER_URL" ]; then
fi

# Internal variables.
GREETING="IP anemometer wrapper 0.3.2 - (c) 2016 Joerg Zieren - http://zieren.de - GNU GPL v3"
GREETING="IP anemometer wrapper 0.4.0 - (c) 2017 Joerg Zieren - http://zieren.de - GNU GPL v3"
DL_FILENAME=ipa-client.zip

function sleep_dl_retry() {
Expand Down
2 changes: 1 addition & 1 deletion server/common/common.php
Expand Up @@ -75,7 +75,7 @@ function ipaFatalErrorHandler() {
}
register_shutdown_function('ipaFatalErrorHandler');

define('IPA_SERVER_HEADING', 'IP anemometer server 0.3.2');
define('IPA_SERVER_HEADING', 'IP anemometer server 0.4.0');

define('NOT_AVAILABLE', 'n/a');

Expand Down
2 changes: 1 addition & 1 deletion wordpress/readme.txt
Expand Up @@ -2,7 +2,7 @@
Contributors: zieren
Tags: weather, wind, anemometer, rc model aircraft
Requires at least: 4
Tested up to: 4.5.2
Tested up to: 4.9
License: GPL v3
License URI: https://www.gnu.org/licenses/gpl-3.0-standalone.html

Expand Down
2 changes: 1 addition & 1 deletion wordpress/wp-ipa.php
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: IP Anemometer
* Plugin URI: http://zieren.de
* Description: Embed wind speed charts in WordPress content. For use with the free <a href="http://zieren.de/">IP anemometer for the Raspberry Pi</a>.
* Version: 0.3.2
* Version: 0.4.0
* Author: J&ouml;rg Zieren
* Author URI: http://zieren.de
* License: GPL v3
Expand Down

0 comments on commit e298f96

Please sign in to comment.