We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca89f3 commit 55e3931Copy full SHA for 55e3931
imgui-core/src/main/kotlin/imgui/imgui.kt
@@ -16,10 +16,10 @@ import kool.Stack
16
// Version
17
const val IMGUI_BUILD = 0
18
/** get the compiled version string e.g. "1.23" (essentially the compiled value for IMGUI_VERSION) */
19
-const val IMGUI_VERSION = "1.74 WIP"// build: $IMGUI_BUILD"
+const val IMGUI_VERSION = "1.74"// build: $IMGUI_BUILD"
20
/** Integer encoded as XYYZZ for use in #if preprocessor conditionals.
21
Work in progress versions typically starts at XYY99 then bounce up to XYY00, XYY01 etc. when release tagging happens) */
22
-const val IMGUI_VERSION_NUM = 17301
+const val IMGUI_VERSION_NUM = 17400
23
24
25
// Helpers macros to generate 32-bits encoded colors
0 commit comments