We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45bf9c commit 3dfcbd4Copy full SHA for 3dfcbd4
CMakeLists.txt
@@ -4,7 +4,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
4
5
SET(PROJECT_VERSION_MAJOR 1)
6
SET(PROJECT_VERSION_MINOR 1)
7
-SET(PROJECT_VERSION_PATCH 2)
+SET(PROJECT_VERSION_PATCH 3)
8
9
project(ImStudio C CXX)
10
src/utils/utils.cpp
@@ -255,7 +255,7 @@ void utils::ShowAboutWindow(bool *child_about)
255
{
256
TextCentered("ImStudio");
257
ImGui::Separator();
258
- ImGui::Text("Version: 1.1.2");
+ ImGui::Text("Version: 1.1.3");
259
ImGui::Text("Source: Raais/ImStudio");
260
ImGui::Text("STD: c++11");
261
ImGui::Text("ImGui: 18500 (55d35d8)");
0 commit comments