From 9d27562b2d54585343fa178dd6cdca1b76aaa906 Mon Sep 17 00:00:00 2001 From: takashi310 Date: Tue, 21 Mar 2023 18:07:29 -0400 Subject: [PATCH] update the version number --- fluorender/FluoRender/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluorender/FluoRender/Main.cpp b/fluorender/FluoRender/Main.cpp index f35cd5a..12d65dc 100644 --- a/fluorender/FluoRender/Main.cpp +++ b/fluorender/FluoRender/Main.cpp @@ -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.1"; + std::string title = std::string(FLUORENDER_TITLE) + "1.6.2"; m_frame = new VRenderFrame( this,