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
12
12
const val IMGUI_BUILD = 0
13
13
14
14
/* * 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 "
16
16
const val IMGUI_VERSION_BUILD = " $IMGUI_VERSION .$IMGUI_BUILD "
17
17
18
18
/* * 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")
20
20
21
21
gradle.rootProject {
22
22
group = " kotlin.graphics"
23
- version = " 1.89.7"
23
+ version = " 1.89.7-1 "
24
24
}
25
25
26
26
dependencyResolutionManagement {
You can’t perform that action at this time.
0 commit comments