Skip to content

Commit

Permalink
Version 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
albar965 committed Dec 17, 2018
1 parent 42411c5 commit c203f0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Version 1.0.12

Fixed issue where acf files was not read for the user aircraft.
* Acf files of user aircraft is now read for more attributes like e.g. identifying helicopter vessels.

Version 1.0.11

Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ PLUGIN_API int XPluginStart(char *outName, char *outSig, char *outDesc)
app->setOrganizationName("ABarthel");
app->setOrganizationDomain("abarthel.org");

app->setApplicationVersion("1.0.11"); // VERSION_NUMBER
app->setApplicationVersion("1.0.12"); // VERSION_NUMBER - Little Xpconnect

// Initialize logging and force logfiles into the system or user temp directory
LoggingHandler::initializeForTemp(Settings::getOverloadedPath(":/littlexpconnect/resources/config/logging.cfg"));
Expand Down

0 comments on commit c203f0c

Please sign in to comment.