Skip to content

Commit

Permalink
pilight version 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CurlyMoo committed Nov 2, 2017
1 parent be73151 commit f76d43c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.8)
include(CMakeConfig.txt)

project(pilight)
set(VERSION 8.0.1)
set(VERSION 8.0.2)

set(MODULESPACK OFF)
set(CMAKE_BUILD_TYPE Debug)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pilight version 8.0.1
pilight version 8.0.2
=======
<a class="donate" href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=curlymoo1%40gmail%2ecom&lc=US&item_name=curlymoo&no_note=0&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest" target="_blank">
<img alt="PayPal" title="PayPal" border="0" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" style="max-width:100%;"></a>
Expand Down
8 changes: 4 additions & 4 deletions gen_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ DEBVER=$(git describe --always | sed -e 's/^v//g');
VERSION=$(echo $DEBVER | sed -e 's/-g.*//g');
WEBGUI=$(cat ../libs/webgui/version.txt)

dpkg -X pilight-8.0.1-Linux-pilight.deb source
dpkg -e pilight-8.0.1-Linux-pilight.deb control
dpkg -X pilight-8.0.2-Linux-pilight.deb source
dpkg -e pilight-8.0.2-Linux-pilight.deb control

mkdir -p source/etc/init.d
mkdir -p source/etc/systemd/system
Expand Down Expand Up @@ -83,8 +83,8 @@ rm -r control source debian-binary control.tar.gz data.tar.gz 1>/dev/null 2>/dev
# pilight webgui
#

dpkg -X pilight-8.0.1-Linux-webgui.deb source
dpkg -e pilight-8.0.1-Linux-webgui.deb control
dpkg -X pilight-8.0.2-Linux-webgui.deb source
dpkg -e pilight-8.0.2-Linux-webgui.deb control

cp ../res/deb/webgui/* control/

Expand Down
2 changes: 1 addition & 1 deletion inc/defines.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#cmakedefine WEBSERVER
#cmakedefine EVENTS

#define PILIGHT_VERSION "8.0.1"
#define PILIGHT_VERSION "8.0.2"
#define PULSE_DIV 34
#define MAXPULSESTREAMLENGTH 512
#define EPSILON 0.00001
Expand Down

0 comments on commit f76d43c

Please sign in to comment.