summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 c5ec017..36946db 100644
--- a/atk/atkversion.h.in
+++ b/atk/atkversion.h.in
@@ -176,6 +176,16 @@
*/
#define ATK_VERSION_2_14 (G_ENCODE_VERSION (2, 14))
+/**
+ * ATK_VERSION_2_30:
+ *
+ * A macro that evaluates to the 2.30 version of ATK, in a format
+ * that can be used by the C pre-processor.
+ *
+ * Since: 2.30
+ */
+#define ATK_VERSION_2_30 (G_ENCODE_VERSION (2, 30))
+
/* evaluates to the current stable version; for development cycles,
* this means the next stable target
*/