File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ project (blockattack)
33set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${blockattack_SOURCE_DIR} /source/misc/cmake" )
44set (BIN_DIR ${blockattack_SOURCE_DIR} /Game)
55
6- SET (CPACK_PACKAGE_VERSION "2.1.1 " )
6+ SET (CPACK_PACKAGE_VERSION "2.1.2 " )
77SET (CPACK_PACKAGE_VERSION_MAJOR "2" )
88SET (CPACK_PACKAGE_VERSION_MINOR "1" )
9- SET (CPACK_PACKAGE_VERSION_PATCH "1 " )
9+ SET (CPACK_PACKAGE_VERSION_PATCH "2 " )
1010SET (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Block Attack - Rise of the Blocks ${CPACK_PACKAGE_VERSION} " )
1111SET (CPACK_PACKAGE_VENDOR "Poul Sander" )
1212INCLUDE (CPack)
Original file line number Diff line number Diff line change 11.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
2- .TH BLOCKATTACK "6" "April 2017" "blockattack 2.1.1 " "Games"
2+ .TH BLOCKATTACK "6" "July 2017" "blockattack 2.1.2 " "Games"
33.SH NAME
44blockattack \- a puzzle game inspired by Tetris Attack
55.SH SYNOPSIS
66.B blockattack
77[\fI \, OPTION \/ \fR ]...
88.SH DESCRIPTION
9- Block Attack \- Rise of the blocks 2.1.1
9+ Block Attack \- Rise of the blocks 2.1.2
1010.PP
1111Block Attack \- Rise of the Blocks is a puzzle/blockfall game inspired by Tetris Attack for the SNES.
1212.PP
Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ Source information and contacts persons can be found at
2222*/
2323
2424#ifndef VERSION_NUMBER
25- #define VERSION_NUMBER "2.1.1 "
25+ #define VERSION_NUMBER "2.1.2 "
2626#endif
Original file line number Diff line number Diff line change 22
33; HM NIS Edit Wizard helper defines
44!define PRODUCT_NAME " Block Attack - Rise Of the Blocks"
5- !define PRODUCT_VERSION " 2.1.1 "
5+ !define PRODUCT_VERSION " 2.1.2 "
66!define PRODUCT_PUBLISHER " Poul Sander"
77!define PRODUCT_WEB_SITE " http://www.blockattack.net"
88!define PRODUCT_DIR_REGKEY " Software\Microsoft\Windows\CurrentVersion\App Paths\blockattack.exe"
You can’t perform that action at this time.
0 commit comments