Skip to content

Commit d60d3a4

Browse files
committed
Include licence in about and increment version
1 parent 90893b3 commit d60d3a4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/interface.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,8 @@ void RenderInterface(GLFWwindow* window, Image& image, Config* config, Model& mo
276276
ImGui::Begin("About", &config->aboutOpened, ImGuiWindowFlags_NoCollapse);
277277
ImGui::TextWrapped("A lithophane generation tool with 3D preview and customisation.");
278278
ImGui::Spacing();
279-
ImGui::TextWrapped("Version: 1.0.0");
279+
ImGui::TextWrapped("Version: 1.0.1");
280+
ImGui::TextWrapped("Licence: GPL-3.0");
280281
ImGui::TextLinkOpenURL("Project GitHub", "https://github.com/yellowatom/lithogen");
281282
ImGui::End();
282283
}

0 commit comments

Comments
 (0)