Skip to content

Commit

Permalink
IVAN Version 0.50.3
Browse files Browse the repository at this point in the history
 - Now supported by SDL 2.0, thanks to the diligent and valued programming effort of Michael Bonfils and Emil Laine
 - See pull requests below, for detailed changes:
#36
#37
#39
  • Loading branch information
ryfactor committed Jun 22, 2015
1 parent cec4d27 commit fbc3f16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Main/Include/ivandef.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#include "v2.h"

#define IVAN_VERSION "0.50.2"
#define IVAN_VERSION "0.50.3"

class item;
class material;
Expand Down
6 changes: 3 additions & 3 deletions releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ To do for each release

###Things to change around in the code:

- Search for "0.50.2" in the project files and set this to 0.50.3 etcetera, depending on what the next verison is
- Search for "0.50.3" in the project files and set this to 0.50.4 etcetera, depending on what the next verison is
- Search for "increment" in the project files and increment the number associated with the bone files, savefiles etc
- Update this file (releasing.md) to the _next_ release number with the instructions for the next release

###Include the following files in a zip folder for each release:

**Folder: IvanWin0503**
**Folder: IvanWin0504**

**Files = 10**

Expand All @@ -22,7 +22,7 @@ To do for each release
- NEWS
- README
- README.md
- SDL.dll
- SDL2.dll

**Subfolder: Graphics**

Expand Down

0 comments on commit fbc3f16

Please sign in to comment.