Updated the version to 2.2, added support for patch versions and added the changelog.txt

This commit is contained in:
Lukas Dürrenberger 2014-12-02 00:33:13 +01:00
parent 21756145cb
commit 1c46ec7c37
5 changed files with 185 additions and 11 deletions

View file

@ -30,7 +30,8 @@
// Define the SFML version
////////////////////////////////////////////////////////////
#define SFML_VERSION_MAJOR 2
#define SFML_VERSION_MINOR 1
#define SFML_VERSION_MINOR 2
#define SFML_VERSION_PATCH 0
////////////////////////////////////////////////////////////