Skip to content

Commit 4c846ac

Browse files
SiegeLordExSiegeLord
authored andcommitted
Bump version to 5.1.12 (WIP)
1 parent db20f7a commit 4c846ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/allegro5/base.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@
6565
* Note x.y.z (= x.y.z.0) has release number 1, and x.y.z.1 has release
6666
* number 2, just to confuse you.
6767
*/
68-
#define ALLEGRO_RELEASE_NUMBER 0
68+
#define ALLEGRO_RELEASE_NUMBER 1
6969

70-
#define ALLEGRO_VERSION_STR "5.1.12 (GIT)"
70+
#define ALLEGRO_VERSION_STR "5.1.12 (WIP)"
7171
#define ALLEGRO_DATE_STR "2015"
72-
#define ALLEGRO_DATE 20150620 /* yyyymmdd */
72+
#define ALLEGRO_DATE 20150929 /* yyyymmdd */
7373
#define ALLEGRO_VERSION_INT \
7474
((ALLEGRO_VERSION << 24) | (ALLEGRO_SUB_VERSION << 16) | \
7575
(ALLEGRO_WIP_VERSION << 8) | ALLEGRO_RELEASE_NUMBER)

0 commit comments

Comments
 (0)