Skip to content
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.

Commit

Permalink
version number set
Browse files Browse the repository at this point in the history
  • Loading branch information
erkki-silvola committed May 1, 2015
1 parent 0a3bbef commit 9021047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/btle/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace {
*/
const std::string& version::version_string()
{
static std::string version_str = "0.0.0";
static std::string version_str = "1.0.0";
return version_str;
}

Expand Down

0 comments on commit 9021047

Please sign in to comment.