diff --git a/man/blockattack.man b/man/blockattack.man index 8408336..27de09e 100644 --- a/man/blockattack.man +++ b/man/blockattack.man @@ -1,12 +1,12 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3. -.TH BLOCKATTACK "6" "April 2016" "blockattack 2.0.0" "Games" +.TH BLOCKATTACK "6" "October 2016" "blockattack 2.0.1" "Games" .SH NAME -blockattack \- manual page for blockattack 2.0.0 +blockattack \- manual page for blockattack 2.0.1 .SH SYNOPSIS .B blockattack [\fI\,OPTION\/\fR]... .SH DESCRIPTION -Block Attack \- Rise of the blocks 2.0.0 +Block Attack \- Rise of the blocks 2.0.1 .PP Block Attack \- Rise of the Blocks is a puzzle/blockfall game inspired by Tetris Attack for the SNES. .PP @@ -44,7 +44,7 @@ Start the specific puzzle level directly Overwrites the bind text domain used for finding translations. Default: "/usr/local/share/blockattack/locale/" .TP \fB\-\-homepath\fR arg -Set the home folder where settings are saved. The directory will be created if it does not exist. Default: "/home/poul/.local/share/blockattack" +Set the home folder where settings are saved. The directory will be created if it does not exist. Default: "$HOME/.local/share/blockattack" .SH EXAMPLES .TP blockattack diff --git a/source/code/version.h b/source/code/version.h index d4a0543..5b68102 100644 --- a/source/code/version.h +++ b/source/code/version.h @@ -22,5 +22,5 @@ http://www.blockattack.net */ #ifndef VERSION_NUMBER -#define VERSION_NUMBER "2.0.0" +#define VERSION_NUMBER "2.0.1" #endif