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 b118599 commit f87ae56Copy full SHA for f87ae56
core/src/main/kotlin/imgui/imgui.kt
@@ -15,10 +15,10 @@ import kool.Stack
15
const val IMGUI_BUILD = 0
16
17
/** get the compiled version string e.g. "1.23" (essentially the compiled value for IMGUI_VERSION) */
18
-const val IMGUI_VERSION = "1.78 WIP"// build: $IMGUI_BUILD"
+const val IMGUI_VERSION = "1.78"// build: $IMGUI_BUILD"
19
/** Integer encoded as XYYZZ for use in #if preprocessor conditionals.
20
Work in progress versions typically starts at XYY99 then bounce up to XYY00, XYY01 etc. when release tagging happens) */
21
-const val IMGUI_VERSION_NUM = 17704
+const val IMGUI_VERSION_NUM = 17800
22
23
24
// Helpers macros to generate 32-bits encoded colors
0 commit comments