File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/robomongo/core/settings Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
77# Project version
88set (PROJECT_VERSION_MAJOR "1" )
99set (PROJECT_VERSION_MINOR "4" )
10- set (PROJECT_VERSION_PATCH "1 " )
10+ set (PROJECT_VERSION_PATCH "2 " )
1111set (PROJECT_VERSION_BUILD "" )
1212set (PROJECT_VERSION "${PROJECT_VERSION_MAJOR} .${PROJECT_VERSION_MINOR} .${PROJECT_VERSION_PATCH}${PROJECT_VERSION_BUILD} " )
1313
Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ namespace Robomongo
7575 // be defined and placed into the vector initializer list below in order.
7676 std::vector<QString> const SettingsManager::_configFilesOfOldVersions
7777 {
78+ QString (" %1/.3T/robo-3t/1.4.1/robo3t.json" ).arg (QDir::homePath ()), // CONFIG_FILE_1_4_1
7879 QString (" %1/.3T/robo-3t/1.4.0/robo3t.json" ).arg (QDir::homePath ()), // CONFIG_FILE_1_4_0
7980 QString (" %1/.3T/robo-3t/1.3.1/robo3t.json" ).arg (QDir::homePath ()), // CONFIG_FILE_1_3_1
8081 QString (" %1/.3T/robo-3t/1.3.0/robo3t.json" ).arg (QDir::homePath ()), // CONFIG_FILE_1_3_0_BETA
You can’t perform that action at this time.
0 commit comments