From 05e4daf239491a35505c12c6847240c1348b99e4 Mon Sep 17 00:00:00 2001 From: Pavel Sountsov Date: Sun, 7 Mar 2021 16:56:22 -0800 Subject: [PATCH] Bump version to 5.2.7. --- include/allegro5/base.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/allegro5/base.h b/include/allegro5/base.h index 1e3bdedaba..2a97bad76d 100644 --- a/include/allegro5/base.h +++ b/include/allegro5/base.h @@ -74,11 +74,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.7 (GIT)" -#define ALLEGRO_DATE_STR "2020" -#define ALLEGRO_DATE 20200207 /* yyyymmdd */ +#define ALLEGRO_VERSION_STR "5.2.7" +#define ALLEGRO_DATE_STR "2021" +#define ALLEGRO_DATE 20210307 /* yyyymmdd */ #define ALLEGRO_VERSION_INT \ ((ALLEGRO_VERSION << 24) | (ALLEGRO_SUB_VERSION << 16) | \ (ALLEGRO_WIP_VERSION << 8) | ALLEGRO_RELEASE_NUMBER | \