Skip to content

Commit

Permalink
The real IVAN 0.57...
Browse files Browse the repository at this point in the history
Remove offending semicolon in item.dat
  • Loading branch information
ryfactor committed Sep 25, 2019
1 parent 1a1edbb commit e6de9a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Changes:

Fixes:

Version 0.57, released XXth September 2019
Version 0.57, released 24th September 2019
------------------------------------------

Changes:
Expand Down
2 changes: 1 addition & 1 deletion Script/item.dat
Original file line number Diff line number Diff line change
Expand Up @@ -5558,7 +5558,7 @@ helmet
Config BROKEN|HELM_OF_MANA;
{
BitmapPos = 64, 32;
HelmetBitmapPos = 96, 512;;
HelmetBitmapPos = 96, 512;
Possibility = 1;
Price = 25;
AffectsMana = false;
Expand Down
4 changes: 3 additions & 1 deletion releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ To do for each release
1) Pull from master
2) Update version numbers in `CMakeLists.txt`
3) Update savefile version, bonefile version or highscore version, as appropriate
4) Push a git tag to `master` in the format `v058` (use the same number as the new version number entered in `CMakeLists.txt`)
4) Commit the above changes
5) Create a tag in the format `v058` (use the same number as the new version number entered in `CMakeLists.txt`)
6) Push the above changes including tag to `master`

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

Expand Down

0 comments on commit e6de9a2

Please sign in to comment.