summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2019-09-11 00:57:17 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2019-09-11 00:57:17 +0200
commit5239a61f502dae47b38933241a2b347b17728751 (patch)
treeffbdcf71ee7a045f61a44cfd79a854cf77e1492d
parent2fbd3a6a55c4d108d33ed8e9b00209a0b6f3e99d (diff)
downloadatk-5239a61f502dae47b38933241a2b347b17728751.tar.gz
Add missing ATK_VERSION_2_36 macro
-rw-r--r--atk/atkversion.h.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/atk/atkversion.h.in b/atk/atkversion.h.in
index 78dc6e2..9dbd61a 100644
--- a/atk/atkversion.h.in
+++ b/atk/atkversion.h.in
@@ -186,6 +186,16 @@
*/
#define ATK_VERSION_2_30 (G_ENCODE_VERSION (2, 30))
+/**
+ * ATK_VERSION_2_36:
+ *
+ * A macro that evaluates to the 2.36 version of ATK, in a format
+ * that can be used by the C pre-processor.
+ *
+ * Since: 2.36
+ */
+#define ATK_VERSION_2_36 (G_ENCODE_VERSION (2, 36))
+
/* evaluates to the current stable version; for development cycles,
* this means the next stable target
*/