# # # patch "src/monotone/MonotoneManager.cpp" # from [108727a80195ee0d80a68dc4aecacc5537904f66] # to [44de03b024e3c17e7f103e1232aa44ba8c42cb19] # ============================================================ --- src/monotone/MonotoneManager.cpp 108727a80195ee0d80a68dc4aecacc5537904f66 +++ src/monotone/MonotoneManager.cpp 44de03b024e3c17e7f103e1232aa44ba8c42cb19 @@ -23,9 +23,9 @@ #include "BasicIOParser.h" // including this version -const QString MonotoneManager::MinInterfaceVersion = "5.0"; +const QString MonotoneManager::MinInterfaceVersion = MIN_MTN_INT_VERSION; // excluding this version -const QString MonotoneManager::MaxInterfaceVersion = "6.0"; +const QString MonotoneManager::MaxInterfaceVersion = MAX_MTN_INT_VERSION; // FIXME: I think we need to care somehow if we pass // threads around - i.e. use shared ptrs or something