From f43c25463707cbcdb1c82f518bb100a572dca2a0 Mon Sep 17 00:00:00 2001 From: Pavel Sountsov Date: Tue, 5 May 2015 21:08:01 -0700 Subject: [PATCH] Bump to version 5.1.10 (WIP) --- include/allegro5/base.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/allegro5/base.h b/include/allegro5/base.h index e7de6506c6..ff90890b52 100644 --- a/include/allegro5/base.h +++ b/include/allegro5/base.h @@ -65,11 +65,11 @@ * Note x.y.z (= x.y.z.0) has release number 1, and x.y.z.1 has release * number 2, just to confuse you. */ -#define ALLEGRO_RELEASE_NUMBER 0 +#define ALLEGRO_RELEASE_NUMBER 1 -#define ALLEGRO_VERSION_STR "5.1.10 (GIT)" +#define ALLEGRO_VERSION_STR "5.1.10 (WIP)" #define ALLEGRO_DATE_STR "2015" -#define ALLEGRO_DATE 20150103 /* yyyymmdd */ +#define ALLEGRO_DATE 20150505 /* yyyymmdd */ #define ALLEGRO_VERSION_INT \ ((ALLEGRO_VERSION << 24) | (ALLEGRO_SUB_VERSION << 16) | \ (ALLEGRO_WIP_VERSION << 8) | ALLEGRO_RELEASE_NUMBER)