Skip to content

Commit 2e045e5

Browse files
SiegeLordExSiegeLord
authored andcommitted
Bump version to 5.2.9.1
1 parent dfa6126 commit 2e045e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/allegro5/base.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@
7474
* Note x.y.z (= x.y.z.0) has release number 1, and x.y.z.1 has release
7575
* number 2, just to confuse you.
7676
*/
77-
#define ALLEGRO_RELEASE_NUMBER 1
77+
#define ALLEGRO_RELEASE_NUMBER 2
7878

7979
#define ALLEGRO_VERSION_STR "5.2.9"
80-
#define ALLEGRO_DATE_STR "2023"
81-
#define ALLEGRO_DATE 20231121 /* yyyymmdd */
80+
#define ALLEGRO_DATE_STR "2024"
81+
#define ALLEGRO_DATE 20240119 /* yyyymmdd */
8282
#define ALLEGRO_VERSION_INT \
8383
((ALLEGRO_VERSION << 24) | (ALLEGRO_SUB_VERSION << 16) | \
8484
(ALLEGRO_WIP_VERSION << 8) | ALLEGRO_RELEASE_NUMBER | \

0 commit comments

Comments
 (0)