Skip to content

Commit 8491929

Browse files
authored
Merge pull request #294 from cayetanobv/main
new dev version 2.3.9
2 parents 9a56286 + e289feb commit 8491929

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
osm2pgRouting 2.3.9
2+
3+
*
4+
15
osm2pgRouting 2.3.8
26

37
* Removing travis tests

src/osm_elements/osm2pgrouting.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ int main(int argc, char* argv[]) {
9898
}
9999

100100
if (vm.count("version")) {
101-
std::cout << "This is osm2pgrouting Version 2.3.8\n";
101+
std::cout << "This is osm2pgrouting Version 2.3.9\n";
102102
return 0;
103103
}
104104

0 commit comments

Comments
 (0)