Update version number and changelog

This commit is contained in:
Bart van Strien
2018-03-31 12:27:02 +02:00
parent 91be15e7e2
commit da9716b96d
8 changed files with 16 additions and 13 deletions
+3 -3
View File
@@ -25,9 +25,9 @@ namespace love
{
// Version stuff.
#define LOVE_VERSION_STRING "0.11.0"
static const int VERSION_MAJOR = 0;
static const int VERSION_MINOR = 11;
#define LOVE_VERSION_STRING "11.0"
static const int VERSION_MAJOR = 11;
static const int VERSION_MINOR = 0;
static const int VERSION_REV = 0;
static const char *VERSION = LOVE_VERSION_STRING;
static const char *VERSION_COMPATIBILITY[] = { VERSION, 0 };