Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
bumping ftl version to 0.8.16
Browse files Browse the repository at this point in the history
  • Loading branch information
QuinnDamerell-MS committed Feb 22, 2017
1 parent e6cd85e commit bf229a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libftl/ftl-sdk.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ static int _lookup_ingest_ip(const char *ingest_location, char *ingest_ip);
char error_message[1000];
FTL_API const int FTL_VERSION_MAJOR = 0;
FTL_API const int FTL_VERSION_MINOR = 8;
FTL_API const int FTL_VERSION_MAINTENANCE = 15;
FTL_API const int FTL_VERSION_MAINTENANCE = 16;

// Initializes all sublibraries used by FTL
FTL_API ftl_status_t ftl_init() {
Expand Down

0 comments on commit bf229a2

Please sign in to comment.