Skip to content

Commit

Permalink
Bump version to 5.2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SiegeLordEx authored and SiegeLord committed Aug 13, 2016
1 parent 631c0d2 commit cdc8d4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/allegro5/base.h
Expand Up @@ -71,11 +71,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 1
#define ALLEGRO_RELEASE_NUMBER 2

#define ALLEGRO_VERSION_STR "5.2.1"
#define ALLEGRO_DATE_STR "2016"
#define ALLEGRO_DATE 20160731 /* yyyymmdd */
#define ALLEGRO_DATE 20160813 /* 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 cdc8d4b

Please sign in to comment.