aboutsummaryrefslogtreecommitdiffstats
path: root/src/wayland-client.h
diff options
context:
space:
mode:
authorNeil Roberts <neil@linux.intel.com>2012-04-11 16:59:05 +0100
committerKristian Høgsberg <krh@bitplanet.net>2012-04-12 17:54:44 -0400
commit18a770c80d59ef672e54688761bc8d0d9e660e12 (patch)
tree15700164694250a777c527c71a732431b832ed65 /src/wayland-client.h
parentUpdate TODO (diff)
downloadwayland-18a770c80d59ef672e54688761bc8d0d9e660e12.tar
wayland-18a770c80d59ef672e54688761bc8d0d9e660e12.tar.gz
wayland-18a770c80d59ef672e54688761bc8d0d9e660e12.tar.bz2
wayland-18a770c80d59ef672e54688761bc8d0d9e660e12.tar.lz
wayland-18a770c80d59ef672e54688761bc8d0d9e660e12.tar.xz
wayland-18a770c80d59ef672e54688761bc8d0d9e660e12.tar.zst
wayland-18a770c80d59ef672e54688761bc8d0d9e660e12.zip
Add a public header for the version number
This adds a public header so that applications can get the Wayland version number at compile time. This can be used to make applications that support compiling against multiple versions of Wayland. There is a separate installed header called cogl-version.h which gets included by both wayland-client.h and wayland-server.h The canonical place for the version number is the configure.ac script which splits it into three separate m4 defines for the major, minor and micro version. These are copied into the generated wayland-version.h header using AC_SUBST. There is also a string form of the complete version number. The version number is now also automatically copied into the two .pc files. Because the major, minor and micro parts are required it is no longer possible to leave the version number as 'master' when building from git. Most projects seem to immediately bump the git repo to a fake version number (usually odd) after making a release so that there is always a relative number that can be used for comparison. This patch sets the git version to 0.99.0 under the assumption that the next release will be 1.0.0.
Diffstat (limited to 'src/wayland-client.h')
-rw-r--r--src/wayland-client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wayland-client.h b/src/wayland-client.h
index b04a7ef..5746e85 100644
--- a/src/wayland-client.h
+++ b/src/wayland-client.h
@@ -24,6 +24,7 @@
#define _WAYLAND_CLIENT_H
#include "wayland-util.h"
+#include "wayland-version.h"
#ifdef __cplusplus
extern "C" {