Skip to content

Commit e6de9a2

Browse files
committed
The real IVAN 0.57...
Remove offending semicolon in item.dat
1 parent 1a1edbb commit e6de9a2

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Changes:
1414

1515
Fixes:
1616

17-
Version 0.57, released XXth September 2019
17+
Version 0.57, released 24th September 2019
1818
------------------------------------------
1919

2020
Changes:

Script/item.dat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5558,7 +5558,7 @@ helmet
55585558
Config BROKEN|HELM_OF_MANA;
55595559
{
55605560
BitmapPos = 64, 32;
5561-
HelmetBitmapPos = 96, 512;;
5561+
HelmetBitmapPos = 96, 512;
55625562
Possibility = 1;
55635563
Price = 25;
55645564
AffectsMana = false;

releasing.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ To do for each release
44
1) Pull from master
55
2) Update version numbers in `CMakeLists.txt`
66
3) Update savefile version, bonefile version or highscore version, as appropriate
7-
4) Push a git tag to `master` in the format `v058` (use the same number as the new version number entered in `CMakeLists.txt`)
7+
4) Commit the above changes
8+
5) Create a tag in the format `v058` (use the same number as the new version number entered in `CMakeLists.txt`)
9+
6) Push the above changes including tag to `master`
810

911
A zip file should appear later, on the release page. The binary is compiled with static linking, therefore, no dynamic link libraries are shipped.
1012

0 commit comments

Comments
 (0)