Skip to content

Commit

Permalink
version number corrected
Browse files Browse the repository at this point in the history
ICAO_MODES in alphabetical order
  • Loading branch information
kusterjs committed Oct 24, 2021
1 parent f96a14e commit 12d94f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CCAMS/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
struct PluginData
{
const char * PLUGIN_NAME { "CCAMS" };
const char * PLUGIN_VERSION { "1.7.4" };
const char * PLUGIN_VERSION { "1.7.1" };
const char * PLUGIN_AUTHOR { "Pierre Ferran, Oliver Grützmann, Jonas Kuster" };
const char * PLUGIN_LICENSE { "GPL v3" };
const char * UPDATE_URL { "https://raw.githubusercontent.com/kusterjs/CCAMS/master/CCAMS/ver.txt" };
const int VERSION_CODE { 970 };
const int VERSION_CODE { 971 };
};

struct ItemCodes
Expand Down Expand Up @@ -40,7 +40,7 @@ struct DefaultCodes
const std::vector<std::string> EQUIPEMENT_CODES { "H", "L", "E", "G", "W", "Q", "S" };
const std::vector<std::string> EQUIPEMENT_CODES_ICAO { "E", "H", "I", "L", "S" };
const std::vector<std::string> EQUIPEMENT_CODES_EHS { "E", "H", "L", "S" };
const std::vector<std::string> ICAO_MODES { "EB", "EL", "ET", "ED", "LF", "LH", "LR", "LZ", "EH", "LK", "LO", "LI", "EP", "LD", "LSZR", "LSZB", "LSZG", "LSGC", "LSZH", "LSGG" };
const std::vector<std::string> ICAO_MODES { "EB", "ED", "EH", "EL", "EP", "ET", "LD", "LF", "LH", "LI", "LK", "LO", "LR", "LSZR", "LSZB", "LSZG", "LSGC", "LSZH", "LSGG", "LZ" };
};

static const char * mode_s_code { "1000" };
Expand Down

0 comments on commit 12d94f4

Please sign in to comment.