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

Commit

Permalink
Bumping version to 9.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
QuinnDamerell-MS committed Mar 10, 2017
1 parent 6bfb4d2 commit ba9d595
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 = 9;
FTL_API const int FTL_VERSION_MAINTENANCE = 1;
FTL_API const int FTL_VERSION_MAINTENANCE = 2;

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

0 comments on commit ba9d595

Please sign in to comment.