Skip to content

Commit

Permalink
1.89.7-1 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
elect86 committed Sep 7, 2023
1 parent b348e27 commit 665b103
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/main/kotlin/imgui/imgui.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import imgui.internal.api.focusActivation
const val IMGUI_BUILD = 0

/** get the compiled version string e.g. "1.80 WIP" (essentially the value for IMGUI_VERSION from the compiled version of imgui.cpp) */
const val IMGUI_VERSION = "1.89.7"
const val IMGUI_VERSION = "1.89.7-1"
const val IMGUI_VERSION_BUILD = "$IMGUI_VERSION.$IMGUI_BUILD"

/** Integer encoded as XYYZZ for use in #if preprocessor conditionals.
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")

gradle.rootProject {
group = "kotlin.graphics"
version = "1.89.7"
version = "1.89.7-1"
}

dependencyResolutionManagement {
Expand Down

0 comments on commit 665b103

Please sign in to comment.