mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
cogl-version: Fix the version number
The version number macros were using the @COGL_VERSION_*@ substitutions. These are always defined to 2.0.0 in the 1.x releases so we need to use the Cogl @COGL_1_VERSION_*@ substitutions instead to get the real version number.
This commit is contained in:
parent
45f4175476
commit
f13f6b9175
@ -34,10 +34,10 @@ G_BEGIN_DECLS
|
||||
|
||||
@COGL_DEFINES@
|
||||
|
||||
#define COGL_VERSION_MAJOR_INTERNAL @COGL_MAJOR_VERSION@
|
||||
#define COGL_VERSION_MINOR_INTERNAL @COGL_MINOR_VERSION@
|
||||
#define COGL_VERSION_MICRO_INTERNAL @COGL_MICRO_VERSION@
|
||||
#define COGL_VERSION_STRING_INTERNAL "@COGL_VERSION@"
|
||||
#define COGL_VERSION_MAJOR_INTERNAL 1
|
||||
#define COGL_VERSION_MINOR_INTERNAL @COGL_1_MINOR_VERSION@
|
||||
#define COGL_VERSION_MICRO_INTERNAL @COGL_1_MICRO_VERSION@
|
||||
#define COGL_VERSION_STRING_INTERNAL "@COGL_1_VERSION@"
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user