commit 19936861
Preparation for v2.0.0
Changed files
| M | man/blockattack.man before |
| M | source/code/version.h before |
| M | windows installer/install_script.nsi before |
diff --git a/man/blockattack.man b/man/blockattack.man
index 417cb12..8408336 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-SNAPSHOT" "Games"
+.TH BLOCKATTACK "6" "April 2016" "blockattack 2.0.0" "Games"
.SH NAME
-blockattack \- manual page for blockattack 2.0.0-SNAPSHOT
+blockattack \- manual page for blockattack 2.0.0
.SH SYNOPSIS
.B blockattack
[\fI\,OPTION\/\fR]...
.SH DESCRIPTION
-Block Attack \- Rise of the blocks 2.0.0\-SNAPSHOT
+Block Attack \- Rise of the blocks 2.0.0
.PP
Block Attack \- Rise of the Blocks is a puzzle/blockfall game inspired by Tetris Attack for the SNES.
.PP
@@ -37,8 +37,11 @@ Prints the search path and quits
\fB\-\-puzzle\-level\-file\fR arg
Sets the default puzzle file to load
.TP
+\fB\-\-puzzle\-single\-level\fR arg
+Start the specific puzzle level directly
+.TP
\fB\-\-bind\-text\-domain\fR arg
-Overwrites the bind text domain used for finding translations. Default: "/usr/local/share/blockattack/locale"
+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"
diff --git a/source/code/version.h b/source/code/version.h
index e2341fb..d4a0543 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-SNAPSHOT"
-#endif
\ No newline at end of file
+#define VERSION_NUMBER "2.0.0"
+#endif
diff --git a/windows installer/install_script.nsi b/windows installer/install_script.nsi
index 7eb1311..d65435a 100644
--- a/windows installer/install_script.nsi
+++ b/windows installer/install_script.nsi
@@ -2,7 +2,7 @@
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "Block Attack - Rise Of the Blocks"
-!define PRODUCT_VERSION "2.0.0-SNAPSHOT"
+!define PRODUCT_VERSION "2.0.0"
!define PRODUCT_PUBLISHER "Poul Sander"
!define PRODUCT_WEB_SITE "http://www.blockattack.net"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\blockattack.exe"