Skip to content

Commit

Permalink
Bump library version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
d1vanov committed Aug 25, 2016
1 parent 76d8115 commit daa5380
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 @@ -18,7 +18,7 @@ QNetworkAccessManager * evernoteNetworkAccessManager()

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

} // namespace qevercloud

0 comments on commit daa5380

Please sign in to comment.