diff --git a/src/main.cpp b/src/main.cpp index 76a6a1fc..d163ea3b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -66,8 +66,8 @@ int main() { spdlog::info("Loading icons"); icons::load(); - spdlog::info("Loading band plans"); - bandplan::loadFromDir("../bandplans"); + //spdlog::info("Loading band plans"); + //bandplan::loadFromDir("../bandplans"); spdlog::info("Ready."); diff --git a/src/version.h b/src/version.h index accad1ec..abb9a98e 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #pragma once -#define VERSION_STR "0.2.3_alpha" \ No newline at end of file +#define VERSION_STR "0.2.4_alpha" \ No newline at end of file