###Pull from master
###Things to change around in the code:
- Update the IVAN version number in the root CMakeLists.txt from 0.50.7 to 0.50.8, depending on what the next version is
- Search for "increment" in the project files and increment the number associated with the bone files, savefiles and high score versions etc
- Update this file (releasing.md) to the next release number with the instructions for the next release
###Things to change around on the web:
- Announce the release on the RogueBasin main page at www.roguebasin.com.
- Update the IVAN wiki page at RogueBasin with the new version number and release date.
###Compile the game
###Include the following files in a zip folder for each release:
Folder: IvanWin0508
Files = 10
- AUTHORS
- COPYING
- IVAN.EXE
- LICENSING
- msvcp50.dll
- msvcrt.dll
- NEWS
- README
- README.md
- SDL2.dll
Subfolder: Music
Files = 10
- Cathedral.mid
- defeat.mid
- Dungeon.mid
- Dungeon2.mid
- Empty.mid
- Japan.mid
- mainmenu.mid
- newgame.mid
- victory.mid
- world.mid
Subfolder: Graphics
Files = 16
- Char.pcx
- Cursor.pcx
- Effect.pcx
- Enner.pcx
- Font.pcx
- FOW.pcx
- GLTerra.pcx
- Humanoid.pcx
- Icon.bmp
- Item.pcx
- IVlad.pcx
- Menu.pcx
- OLTerra.pcx
- Smiley.pcx
- Symbol.pcx
- WTerra.pcx
Subfolder: Script
Files = 9 Subfolders = 1
- char.dat
- define.dat
- dungeon.dat
- glterra.dat
- gwterra.dat
- item.dat
- material.dat
- olterra.dat
- owterra.dat
Subfolder: Script\dungeon
Leave only dungeon data files in here*
###Then commit changes, with the release tag v0508 Tag can be appended to latest commit
###Push changes