From a833ea6aab12ee068bf6e372a035736175d1fc73 Mon Sep 17 00:00:00 2001 From: Pavel Sountsov Date: Wed, 30 Mar 2016 20:30:17 -0700 Subject: [PATCH] Bump version to 5.2.0 --- 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 dc827815c4..de0b75db4c 100644 --- a/include/allegro5/base.h +++ b/include/allegro5/base.h @@ -71,11 +71,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.2.0 (GIT)" +#define ALLEGRO_VERSION_STR "5.2.0" #define ALLEGRO_DATE_STR "2016" -#define ALLEGRO_DATE 20160327 /* yyyymmdd */ +#define ALLEGRO_DATE 20160401 /* yyyymmdd */ #define ALLEGRO_VERSION_INT \ ((ALLEGRO_VERSION << 24) | (ALLEGRO_SUB_VERSION << 16) | \ (ALLEGRO_WIP_VERSION << 8) | ALLEGRO_RELEASE_NUMBER | \