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 77b1638 commit b763757Copy full SHA for b763757
src/main/kotlin/imgui/imgui.kt
@@ -82,7 +82,7 @@ object ImGui :
82
imgui_internal {
83
84
// Version
85
- val beta = 2
+ val beta = 3
86
/** get the compiled version string e.g. "1.23" */
87
val version = "1.63.$beta"
88
/** Integer encoded as XYYZZ for use in #if preprocessor conditionals.
0 commit comments