Skip to content

Commit 929f64d

Browse files
committed
Updated the version number with the new script. Let's check if it works.
1 parent 78df32c commit 929f64d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ project (blockattack)
33
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${blockattack_SOURCE_DIR}/source/misc/cmake")
44
set(BIN_DIR ${blockattack_SOURCE_DIR}/Game)
55

6-
SET(CPACK_PACKAGE_VERSION "2.1.1")
6+
SET(CPACK_PACKAGE_VERSION "2.1.2")
77
SET(CPACK_PACKAGE_VERSION_MAJOR "2")
88
SET(CPACK_PACKAGE_VERSION_MINOR "1")
9-
SET(CPACK_PACKAGE_VERSION_PATCH "1")
9+
SET(CPACK_PACKAGE_VERSION_PATCH "2")
1010
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Block Attack - Rise of the Blocks ${CPACK_PACKAGE_VERSION}")
1111
SET(CPACK_PACKAGE_VENDOR "Poul Sander")
1212
INCLUDE(CPack)

man/blockattack.man

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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
44
blockattack \- 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
1111
Block Attack \- Rise of the Blocks is a puzzle/blockfall game inspired by Tetris Attack for the SNES.
1212
.PP

source/code/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

windows installer/install_script.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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"

0 commit comments

Comments
 (0)