From 65b2da107192d393fee84b7356764f548b43f9c2 Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Thu, 23 Feb 2017 16:56:14 +0100 Subject: [PATCH] Version info. --- Makefile | 8 ++++---- www/versioninfo.txt | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 5417fda..180cf48 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,12 @@ SHELL=/bin/bash -.PHONY=all help release upload website versioninfo +.PHONY=all help upload website versioninfo help: # Available targets: # website - update website on server # versioninfo - create versioninfo file for the current release # upload - upload release files to server - # release - all of the above + # all - all of the above all: versioninfo upload website # @@ -23,7 +23,7 @@ versioninfo: mv www/versioninfo.tmp www/versioninfo.txt upload: - rsync -ruvz --progress deploy/releases/* doktorkraus.de:/var/www/html/zaareloaded/downloads/ + rsync -ruvz --progress deploy/releases/* bovender.de:/var/www/html/zaareloaded/downloads/ website: - rsync -ruvz www/ doktorkraus.de:/var/www/html/zaareloaded/ + rsync -ruvz www/ bovender.de:/var/www/html/zaareloaded/ diff --git a/www/versioninfo.txt b/www/versioninfo.txt index d09b6f4..dbe670f 100644 --- a/www/versioninfo.txt +++ b/www/versioninfo.txt @@ -1,4 +1,4 @@ -2.2.5 +2.2.6 https://doktorkraus.de/zaareloaded/downloads/zaaReloaded-$VERSION.exe -f5f348b5ffdc532240b63af8fbfd1983219adeee338b9decb3ac3df5f23965ca deploy/releases/zaaReloaded-2.2.5.exe +b6cc9ef2730cf86debeb4b0a5192e18eaa0ae555a330e2853772e0ebf317331f deploy/releases/zaaReloaded-2.2.6.exe