Skip to content

Commit

Permalink
Update libraryVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
d1vanov committed Sep 6, 2019
1 parent 00f3671 commit 4244b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QEverCloud/src/globals.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ void setConnectionTimeout(int timeout)

int libraryVersion()
{
return 4*10000 + 0*100 + 0;
return 4*10000 + 1*100 + 0;
}

} // namespace qevercloud

0 comments on commit 4244b0e

Please sign in to comment.