Skip to content

Commit 665b103

Browse files
committed
1.89.7-1 hotfix
1 parent b348e27 commit 665b103

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/main/kotlin/imgui/imgui.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import imgui.internal.api.focusActivation
1212
const 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"
1616
const val IMGUI_VERSION_BUILD = "$IMGUI_VERSION.$IMGUI_BUILD"
1717

1818
/** Integer encoded as XYYZZ for use in #if preprocessor conditionals.

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
2020

2121
gradle.rootProject {
2222
group = "kotlin.graphics"
23-
version = "1.89.7"
23+
version = "1.89.7-1"
2424
}
2525

2626
dependencyResolutionManagement {

0 commit comments

Comments
 (0)