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

Commit

Permalink
Bumping the version number to 15.
Browse files Browse the repository at this point in the history
  • Loading branch information
QuinnDamerell-MS committed Feb 21, 2017
1 parent 7d997b2 commit 449f904
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 = 14;
FTL_API const int FTL_VERSION_MAINTENANCE = 15;

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

0 comments on commit 449f904

Please sign in to comment.