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 v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
QuinnDamerell-MS committed Mar 15, 2017
1 parent 2a91e9e commit b62fbd6
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 = 2;
FTL_API const int FTL_VERSION_MAINTENANCE = 3;

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

0 comments on commit b62fbd6

Please sign in to comment.