From 535f5a1c497dd91b941bbe2646fc6c3801220329 Mon Sep 17 00:00:00 2001 From: Pavel Sountsov Date: Tue, 26 Nov 2024 20:44:18 -0800 Subject: [PATCH] Bump version to 5.2.10 --- 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 317570eef..3db86dbc3 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.10 (20231119)" -#define ALLEGRO_DATE_STR "2023" -#define ALLEGRO_DATE 20231119 /* yyyymmdd */ +#define ALLEGRO_VERSION_STR "5.2.10" +#define ALLEGRO_DATE_STR "2024" +#define ALLEGRO_DATE 20241126 /* yyyymmdd */ #define ALLEGRO_VERSION_INT \ ((ALLEGRO_VERSION << 24) | (ALLEGRO_SUB_VERSION << 16) | \ (ALLEGRO_WIP_VERSION << 8) | ALLEGRO_RELEASE_NUMBER | \