Skip to content

Commit

Permalink
Set version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaston committed Aug 31, 2024
1 parent 8ce0ed0 commit bd994be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/VersionSource.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Adapted from https://gitlab.kitware.com/cmake/cmake/blob/aec06dd4922187ce5346d20a9f0d53f01b6ce9fc/Source/CMakeVersionSource.cmake

# Try to identify the current development source version.
set(EXACTEXTRACT_VERSION_SOURCE "0.2.0-dev")
set(EXACTEXTRACT_VERSION_SOURCE "0.2.0")

if(EXISTS ${CMAKE_SOURCE_DIR}/.git/HEAD)
find_program(GIT_EXECUTABLE NAMES git git.cmd)
Expand Down

0 comments on commit bd994be

Please sign in to comment.