commit e864b8ad
Updated for 2.1.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 1f734a7..629a563 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" "October 2016" "blockattack 2.1.0-SNAPSHOT" "Games"
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
+.TH BLOCKATTACK "6" "April 2017" "blockattack 2.1.0" "Games"
.SH NAME
blockattack \- a puzzle game inspired by Tetris Attack
.SH SYNOPSIS
.B blockattack
[\fI\,OPTION\/\fR]...
.SH DESCRIPTION
-Block Attack \- Rise of the blocks 2.1.0\-SNAPSHOT
+Block Attack \- Rise of the blocks 2.1.0
.PP
Block Attack \- Rise of the Blocks is a puzzle/blockfall game inspired by Tetris Attack for the SNES.
.PP
@@ -37,9 +37,6 @@ Enables verbose messages regarding controllers
\fB\-\-print\-search\-path\fR
Prints the search path and quits
.TP
-\fB\-\-allow\-resize\fR
-Allow experimental windows resize support
-.TP
\fB\-\-no\-auto\-scale\fR
Do not automatically auto scale
.TP
diff --git a/source/code/version.h b/source/code/version.h
index e51d93d..7ca0a4a 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.1.0-SNAPSHOT"
-#endif
\ No newline at end of file
+#define VERSION_NUMBER "2.1.0"
+#endif
diff --git a/windows installer/install_script.nsi b/windows installer/install_script.nsi
index 7eb1311..a1c7b2e 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.1.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"