Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
update the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
takashi310 committed Mar 13, 2023
1 parent 4a86e0d commit 00442ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluorender/FluoRender/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ bool VRenderApp::OnInit()
std::string(VERSION_MAJOR_TAG) + std::string(".") +
std::string(VERSION_MINOR_TAG);
*/
std::string title = std::string(FLUORENDER_TITLE) + "1.6.0";
std::string title = std::string(FLUORENDER_TITLE) + "1.6.1";

m_frame = new VRenderFrame(
this,
Expand Down

0 comments on commit 00442ec

Please sign in to comment.