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 190fd26 commit 12fd5bcCopy full SHA for 12fd5bc
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 3)
+SET(PROJECT_VERSION_PATCH 4)
8
9
project(ImStudio C CXX)
10
Makefile.old renamed to Makefile.unix.old
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.3");
+ ImGui::Text("Version: 1.1.4");
259
ImGui::Text("Source: Raais/ImStudio");
260
ImGui::Text("STD: c++11");
261
ImGui::Text("ImGui: 18500 (55d35d8)");
0 commit comments