Skip to content

Commit

Permalink
adjusting version to be 2.1 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Mar 20, 2016
1 parent b15bf25 commit 3a33db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osm2pgrouting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ int main(int argc, char* argv[]) {
}

if (vm.count("version")) {
std::cout << "This is osm2pgrouting Version 2.1\n";
std::cout << "This is osm2pgrouting Version 2.1 beta\n";
return 0;
}

Expand Down

0 comments on commit 3a33db2

Please sign in to comment.