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 dfa6126 commit 2e045e5Copy full SHA for 2e045e5
include/allegro5/base.h
@@ -74,11 +74,11 @@
74
* Note x.y.z (= x.y.z.0) has release number 1, and x.y.z.1 has release
75
* number 2, just to confuse you.
76
*/
77
-#define ALLEGRO_RELEASE_NUMBER 1
+#define ALLEGRO_RELEASE_NUMBER 2
78
79
#define ALLEGRO_VERSION_STR "5.2.9"
80
-#define ALLEGRO_DATE_STR "2023"
81
-#define ALLEGRO_DATE 20231121 /* yyyymmdd */
+#define ALLEGRO_DATE_STR "2024"
+#define ALLEGRO_DATE 20240119 /* yyyymmdd */
82
#define ALLEGRO_VERSION_INT \
83
((ALLEGRO_VERSION << 24) | (ALLEGRO_SUB_VERSION << 16) | \
84
(ALLEGRO_WIP_VERSION << 8) | ALLEGRO_RELEASE_NUMBER | \
0 commit comments