File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
core/src/main/kotlin/imgui Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import imgui.internal.api.focusActivation
1212const val IMGUI_BUILD = 0
1313
1414/* * get the compiled version string e.g. "1.80 WIP" (essentially the value for IMGUI_VERSION from the compiled version of imgui.cpp) */
15- const val IMGUI_VERSION = " 1.89.7"
15+ const val IMGUI_VERSION = " 1.89.7-1 "
1616const val IMGUI_VERSION_BUILD = " $IMGUI_VERSION .$IMGUI_BUILD "
1717
1818/* * Integer encoded as XYYZZ for use in #if preprocessor conditionals.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
2020
2121gradle.rootProject {
2222 group = " kotlin.graphics"
23- version = " 1.89.7"
23+ version = " 1.89.7-1 "
2424}
2525
2626dependencyResolutionManagement {
You can’t perform that action at this time.
0 commit comments