Skip to content

Commit 2ca30b9

Browse files
committed
Update version number
1 parent db6e768 commit 2ca30b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/interface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ void RenderInterface(GLFWwindow* window, Image& image, Config* config, Model& mo
267267
ImGui::Begin("About", &config->aboutOpened, ImGuiWindowFlags_NoResize | ImGuiWindowFlags_NoCollapse);
268268
ImGui::Text("A lithophane generation tool with 3D preview and customisation.");
269269
ImGui::Spacing();
270-
ImGui::Text("Version: 1.0");
270+
ImGui::Text("Version: 1.0.0");
271271
ImGui::TextLinkOpenURL("Project GitHub", "https://github.com/yellowatom/lithogen");
272272
ImGui::End();
273273
}

0 commit comments

Comments
 (0)