Skip to content

Commit

Permalink
New Versioning scheme: Major,Minor,Revision
Browse files Browse the repository at this point in the history
  • Loading branch information
yodakohl committed Jan 11, 2019
1 parent a590a81 commit 2dff0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ extern "C"
{


const char* GetVersionString(){return "0.0.3";}
const char* GetVersionString(){return "0.3.4";}

//Audio Recognition
AudioRecognitionImpl* create_audio_recognition(const char* modelPath);
Expand Down

0 comments on commit 2dff0d2

Please sign in to comment.