diff --git a/config/tmtcc_version.py b/config/tmtcc_version.py index 1a221ce..02f0eac 100644 --- a/config/tmtcc_version.py +++ b/config/tmtcc_version.py @@ -3,8 +3,6 @@ @details Template configuration file. Copy this folder to the TMTC commander root and adapt it to your needs. """ -import tmtc_core.core.tmtcc_version as core - -SW_NAME = core.SW_NAME -SW_VERSION = core.SW_VERSION -SW_SUBVERSION = core.SW_SUBVERSION +SW_NAME = "eive" +SW_VERSION = 1 +SW_SUBVERSION = 1