Skip to content

Commit

Permalink
Version 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ogruetzmann committed Jan 12, 2019
1 parent 9070257 commit 7b551b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ModeS/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
struct PluginData
{
const char * PLUGIN_NAME { "Mode S PlugIn" };
const char * PLUGIN_VERSION { "1.3.7e32" };
const char * PLUGIN_VERSION { "1.3.8e32" };
const char * PLUGIN_AUTHOR { "Pierre Ferran / Oliver Grützmann" };
const char * PLUGIN_LICENSE { "GPL v3" };
const char * UPDATE_URL { "https://raw.githubusercontent.com/ogruetzmann/ModeS/Master/ModeS/ver.txt" };
const int VERSION_CODE { 907 };
const char * UPDATE_URL { "https://raw.githubusercontent.com/ogruetzmann/ModeS/master/ModeS/ver.txt" };
const int VERSION_CODE { 908 };
};

struct ItemCodes
Expand Down

0 comments on commit 7b551b1

Please sign in to comment.