From fbc3f164749a199efff51e822bc2f447d310599a Mon Sep 17 00:00:00 2001 From: rvanherel Date: Mon, 22 Jun 2015 21:34:19 +1200 Subject: [PATCH] IVAN Version 0.50.3 - 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: https://github.com/Attnam/ivan/pull/36 https://github.com/Attnam/ivan/pull/37 https://github.com/Attnam/ivan/pull/39 --- Main/Include/ivandef.h | 2 +- releasing.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Main/Include/ivandef.h b/Main/Include/ivandef.h index 52c16ac36..1ea62cb7b 100644 --- a/Main/Include/ivandef.h +++ b/Main/Include/ivandef.h @@ -29,7 +29,7 @@ #include "v2.h" -#define IVAN_VERSION "0.50.2" +#define IVAN_VERSION "0.50.3" class item; class material; diff --git a/releasing.md b/releasing.md index f6bc5d559..57a3ed3e0 100644 --- a/releasing.md +++ b/releasing.md @@ -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** @@ -22,7 +22,7 @@ To do for each release - NEWS - README - README.md - - SDL.dll + - SDL2.dll **Subfolder: Graphics**