Skip to content

Commit

Permalink
Move ngen build project to "current" version.
Browse files Browse the repository at this point in the history
Updating project version in CMake build to reflect the latest "version" with an existing tag (v0.2.0).
  • Loading branch information
robertbartel authored and christophertubbs committed Oct 7, 2024
1 parent 31c860d commit cdce746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED True)
set(CMAKE_CXX_VISIBILITY_PRESET hidden)

# Define project version and use via generated config header
project(ngen VERSION 0.1.0)
project(ngen VERSION 0.2.0)

add_executable(ngen "${NGEN_SRC_DIR}/NGen.cpp")

Expand Down

0 comments on commit cdce746

Please sign in to comment.