We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8169f4 commit 9c6912dCopy full SHA for 9c6912d
include/allegro5/base.h
@@ -65,11 +65,11 @@
65
* Note x.y.z (= x.y.z.0) has release number 1, and x.y.z.1 has release
66
* number 2, just to confuse you.
67
*/
68
-#define ALLEGRO_RELEASE_NUMBER 0
+#define ALLEGRO_RELEASE_NUMBER 1
69
70
-#define ALLEGRO_VERSION_STR "5.1.3 (GIT)"
+#define ALLEGRO_VERSION_STR "5.1.3 (WIP)"
71
#define ALLEGRO_DATE_STR "2012"
72
-#define ALLEGRO_DATE 20120527 /* yyyymmdd */
+#define ALLEGRO_DATE 20120812 /* yyyymmdd */
73
#define ALLEGRO_VERSION_INT \
74
((ALLEGRO_VERSION << 24) | (ALLEGRO_SUB_VERSION << 16) | \
75
(ALLEGRO_WIP_VERSION << 8) | ALLEGRO_RELEASE_NUMBER)
0 commit comments