File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ option(WANT_GLES2 "Compile with GLES2 support" ON)
41
41
option (ALLEGRO_SDL "Build using the SDL backend (experimental)" OFF )
42
42
option (WANT_STATIC_RUNTIME "Whether or not to link the C and C++ runtimes statically (currently only implemented for MSVC)" OFF )
43
43
44
- set (ALLEGRO_VERSION 5.2.1 )
44
+ set (ALLEGRO_VERSION 5.2.2 )
45
45
string (REGEX MATCH "^[0-9]+[.][0-9]+" ALLEGRO_SOVERSION ${ALLEGRO_VERSION} )
46
46
string (REPLACE "." "" ALLEGRO_DLL_SHORTVER ${ALLEGRO_SOVERSION} )
47
47
Original file line number Diff line number Diff line change 55
55
56
56
#define ALLEGRO_VERSION 5
57
57
#define ALLEGRO_SUB_VERSION 2
58
- #define ALLEGRO_WIP_VERSION 1
58
+ #define ALLEGRO_WIP_VERSION 2
59
59
60
60
#ifdef ALLEGRO_UNSTABLE
61
61
#define ALLEGRO_UNSTABLE_BIT 1 << 31
73
73
*/
74
74
#define ALLEGRO_RELEASE_NUMBER 0
75
75
76
- #define ALLEGRO_VERSION_STR "5.2.1 (GIT)"
76
+ #define ALLEGRO_VERSION_STR "5.2.2 (GIT)"
77
77
#define ALLEGRO_DATE_STR "2016"
78
- #define ALLEGRO_DATE 20160330 /* yyyymmdd */
78
+ #define ALLEGRO_DATE 20160731 /* yyyymmdd */
79
79
#define ALLEGRO_VERSION_INT \
80
80
((ALLEGRO_VERSION << 24) | (ALLEGRO_SUB_VERSION << 16) | \
81
81
(ALLEGRO_WIP_VERSION << 8) | ALLEGRO_RELEASE_NUMBER | \
You can’t perform that action at this time.
0 commit comments