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 14.
Browse files Browse the repository at this point in the history
  • Loading branch information
QuinnDamerell-MS committed Feb 17, 2017
1 parent f5b7a99 commit 8e5fcb5
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 = 13;
FTL_API const int FTL_VERSION_MAINTENANCE = 14;

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

0 comments on commit 8e5fcb5

Please sign in to comment.