summaryrefslogtreecommitdiff
path: root/clutter/clutter-version.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'clutter/clutter-version.h.in')
-rw-r--r--clutter/clutter-version.h.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/clutter/clutter-version.h.in b/clutter/clutter-version.h.in
index b7a86b686..d5b6196f3 100644
--- a/clutter/clutter-version.h.in
+++ b/clutter/clutter-version.h.in
@@ -264,6 +264,16 @@ G_BEGIN_DECLS
*/
#define CLUTTER_VERSION_1_26 (G_ENCODE_VERSION (1, 26))
+/**
+ * CLUTTER_VERSION_1_28:
+ *
+ * A macro that evaluates to the 1.28 version of Clutter, in a format
+ * that can be used by the C pre-processor.
+ *
+ * Since: 1.28
+ */
+#define CLUTTER_VERSION_1_28 (G_ENCODE_VERSION (1, 28))
+
/* evaluates to the current stable version; for development cycles,
* this means the next stable target
*/