Skip to content

Commit 05e4daf

Browse files
SiegeLordExSiegeLord
authored andcommitted
Bump version to 5.2.7.
1 parent 25ba575 commit 05e4daf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/allegro5/base.h

+4-4
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 0
77+
#define ALLEGRO_RELEASE_NUMBER 1
7878

79-
#define ALLEGRO_VERSION_STR "5.2.7 (GIT)"
80-
#define ALLEGRO_DATE_STR "2020"
81-
#define ALLEGRO_DATE 20200207 /* yyyymmdd */
79+
#define ALLEGRO_VERSION_STR "5.2.7"
80+
#define ALLEGRO_DATE_STR "2021"
81+
#define ALLEGRO_DATE 20210307 /* 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)