Skip to content

Commit f87ae56

Browse files
committed
🚧 Version 1.78
1 parent b118599 commit f87ae56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ import kool.Stack
1515
const val IMGUI_BUILD = 0
1616

1717
/** get the compiled version string e.g. "1.23" (essentially the compiled value for IMGUI_VERSION) */
18-
const val IMGUI_VERSION = "1.78 WIP"// build: $IMGUI_BUILD"
18+
const val IMGUI_VERSION = "1.78"// build: $IMGUI_BUILD"
1919
/** Integer encoded as XYYZZ for use in #if preprocessor conditionals.
2020
Work in progress versions typically starts at XYY99 then bounce up to XYY00, XYY01 etc. when release tagging happens) */
21-
const val IMGUI_VERSION_NUM = 17704
21+
const val IMGUI_VERSION_NUM = 17800
2222

2323

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

0 commit comments

Comments
 (0)