Skip to content

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Oct 20, 2019
1 parent d59b2f1 commit aefea2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(CMAKE_CXX_FLAGS_DEBUG "-DDEBUG -g")
set(CMAKE_CXX_FLAGS "-Wno-deprecated")
set(CMAKE_CXX_FLAGS "-Wno-deprecated-declarations")
set(CMAKE_CXX_FLAGS "-pthread")
set(OSMX_VERSION "0.0.2")
set(OSMX_VERSION "0.0.3")
set(BUILD_SHARED_LIBS OFF CACHE INTERNAL "")
set(ROARING_BUILD_STATIC ON CACHE INTERNAL "")
set(ROARING_LINK_STATIC ON CACHE INTERNAL "")
Expand Down
2 changes: 1 addition & 1 deletion src/extract.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ void cmdExtract(int argc, char * argv[]) {
// start Write

osmium::io::Header header;
header.set("generator", "osmx 0.0.2");
header.set("generator", "osmx");
header.set("timestamp", timestamp);
header.set("osmosis_replication_timestamp", timestamp);
osmium::io::Writer writer{result["output"].as<string>(), header, osmium::io::overwrite::allow};
Expand Down

0 comments on commit aefea2b

Please sign in to comment.