Bump version to 2.4.0

This commit is contained in:
Marco Antognini 2016-08-05 15:03:28 +02:00 committed by Lukas Dürrenberger
parent ac50bf8648
commit a43be42999
2 changed files with 4 additions and 4 deletions

View file

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