We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db20f7a commit 4c846acCopy full SHA for 4c846ac
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.12 (GIT)"
+#define ALLEGRO_VERSION_STR "5.1.12 (WIP)"
71
#define ALLEGRO_DATE_STR "2015"
72
-#define ALLEGRO_DATE 20150620 /* yyyymmdd */
+#define ALLEGRO_DATE 20150929 /* 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