git repos / blockattack-game

commit 38cabbf4

branches: v2.0.X

sago007 · 2016-10-01 09:29
38cabbf4b10eb6a5de804e9065dcce5add04c8ea patch · browse files
parent 177ffaaa4bc5089df0730dd5bcb897e08cffb6d1

Updated version number and fixed the man file

Changed files

M man/blockattack.man before
M source/code/version.h before
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