Skip to content

Commit 55e3931

Browse files
committed
🚧 Version 1.74
1 parent 7ca89f3 commit 55e3931

File tree

1 file changed

+2
-2
lines changed
  • imgui-core/src/main/kotlin/imgui

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ import kool.Stack
1616
// Version
1717
const val IMGUI_BUILD = 0
1818
/** get the compiled version string e.g. "1.23" (essentially the compiled value for IMGUI_VERSION) */
19-
const val IMGUI_VERSION = "1.74 WIP"// build: $IMGUI_BUILD"
19+
const val IMGUI_VERSION = "1.74"// build: $IMGUI_BUILD"
2020
/** Integer encoded as XYYZZ for use in #if preprocessor conditionals.
2121
Work in progress versions typically starts at XYY99 then bounce up to XYY00, XYY01 etc. when release tagging happens) */
22-
const val IMGUI_VERSION_NUM = 17301
22+
const val IMGUI_VERSION_NUM = 17400
2323

2424

2525
// Helpers macros to generate 32-bits encoded colors

0 commit comments

Comments
 (0)