We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12fd9d0 commit ebc2ce3Copy full SHA for ebc2ce3
util/limbo_utility.h
@@ -36,7 +36,7 @@ using namespace godot;
36
37
#define LOGICAL_XOR(a, b) (a) ? !(b) : (b)
38
39
-#define LIMBO_DOC_VERSION "latest"
+#define LIMBO_DOC_VERSION "v1.0"
40
41
class LimboUtility : public Object {
42
GDCLASS(LimboUtility, Object);
0 commit comments