Skip to content

Commit 9c6912d

Browse files
author
Peter Wang
committed
Bump version to 5.1.3 (WIP).
1 parent a8169f4 commit 9c6912d

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
@@ -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.3 (GIT)"
70+
#define ALLEGRO_VERSION_STR "5.1.3 (WIP)"
7171
#define ALLEGRO_DATE_STR "2012"
72-
#define ALLEGRO_DATE 20120527 /* yyyymmdd */
72+
#define ALLEGRO_DATE 20120812 /* 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)