Skip to content

Commit 8f4dd2f

Browse files
SiegeLordExSiegeLord
authored andcommitted
Bump version to 5.2.5.
1 parent 3e2cfec commit 8f4dd2f

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
@@ -71,11 +71,11 @@
7171
* Note x.y.z (= x.y.z.0) has release number 1, and x.y.z.1 has release
7272
* number 2, just to confuse you.
7373
*/
74-
#define ALLEGRO_RELEASE_NUMBER 0
74+
#define ALLEGRO_RELEASE_NUMBER 1
7575

76-
#define ALLEGRO_VERSION_STR "5.2.5 (GIT)"
77-
#define ALLEGRO_DATE_STR "2018"
78-
#define ALLEGRO_DATE 20180224 /* yyyymmdd */
76+
#define ALLEGRO_VERSION_STR "5.2.5"
77+
#define ALLEGRO_DATE_STR "2019"
78+
#define ALLEGRO_DATE 20190224 /* yyyymmdd */
7979
#define ALLEGRO_VERSION_INT \
8080
((ALLEGRO_VERSION << 24) | (ALLEGRO_SUB_VERSION << 16) | \
8181
(ALLEGRO_WIP_VERSION << 8) | ALLEGRO_RELEASE_NUMBER | \

0 commit comments

Comments
 (0)