Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Install authored and Install committed Oct 16, 2024
1 parent f4316d4 commit baba7d7
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 @@ -101,7 +101,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.9";
std::string title = std::string(FLUORENDER_TITLE) + "1.7.0";

m_frame = new VRenderFrame(
this,
Expand Down

0 comments on commit baba7d7

Please sign in to comment.