Skip to content

Commit 4a5ef0f

Browse files
committed
Version number: PyPI: 1.92.6b1 / CMake: 1.92.6 (CMake can't have "b1" in version)
1 parent faed355 commit 4a5ef0f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
cmake_minimum_required(VERSION 3.18)
2+
3+
# Version number: PyPI: 1.92.6b1 / CMake: 1.92.6 (CMake can't have "b1" in version)
24
project(imgui_bundle VERSION "1.92.6") # Remember to mirror changes to pyproject.toml! This mirrors IMGUI_VERSION_NUM in imgui.h
35

46
# imgui_bundle_build_lib contains the main logic to build imgui_bundle

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ build-backend = "scikit_build_core.build"
1010

1111
[project]
1212
name = "imgui-bundle"
13-
version = "1.92.6" # Remember to mirror changes on line 2 of main CMakeLists! This mirrors IMGUI_VERSION_NUM in imgui.h
13+
# Version number: PyPI: 1.92.6b1 / CMake: 1.92.6 (CMake can't have "b1" in version)
14+
version = "1.92.6b1" # Remember to mirror changes on line 2 of main CMakeLists! This mirrors IMGUI_VERSION_NUM in imgui.h
1415
description="Dear ImGui Bundle: From expressive code to powerful GUIs in no time. A fast, feature-rich, cross-platform toolkit for C++ and Python."
1516
readme = "bindings/imgui_bundle/Readme_pypi.md"
1617
authors = [ { name = "Pascal Thomet", email = "pthomet@gmail.com" } ]

0 commit comments

Comments
 (0)