Skip to content

Commit 69f67d5

Browse files
committed
Sat the version numbers
1 parent 89889a8 commit 69f67d5

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
This is a SNAPSHOT of the current development branch towards 2.0.0
2+
3+
While this contains some regressions it will still be far supperior to the old versions thanks to better keyboard and gamepad support.
4+
5+
6+
Compared to the old 1.4.2 a number of changes:
7+
* Uses SDL2. This means textures and sprites instead of old surfaces.
8+
* New config format
9+
* TTF font support
10+
* Translation support
11+
* New keyboard and game controller friendly menu system
12+
* Better behind the scenes handeling
13+
* Build by a CMake system
14+
* Location of saved games changed in Linux
15+
16+
17+
Some known regressions:
18+
* All gamecontrollers are assigned to player 1
19+
* No mouse/touch play. I want to introduce this in a new way
20+
* No stored replays.
21+
* No net play.
22+
23+
The last 3 elements are all related to
24+
25+
Some regressins that will not be fixed:
26+
* Only SDL2 supported gamecontrollers are supported
27+
* Old configs and some saves are lost then converting to 2.0.0+

source/code/version.h

Lines changed: 2 additions & 2 deletions
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.0.0-SNAPSHOT"
26-
#endif
25+
#define VERSION_NUMBER "2.0.0-SNAPSHOT-2016-03-20"
26+
#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.0.0-SNAPSHOT"
5+
!define PRODUCT_VERSION "2.0.0-SNAPSHOT-2016-03-20"
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)