Skip to content

Commit

Permalink
Bump version to 5.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
SiegeLordEx authored and SiegeLord committed Nov 28, 2024
1 parent 7e68d74 commit 535f5a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/allegro5/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 | \
Expand Down

0 comments on commit 535f5a1

Please sign in to comment.