Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheridan committed Sep 5, 2024
1 parent e929c9a commit a35657a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ if (CMAKE_BUILD_TYPE STREQUAL Debug)
add_definitions(-DHE_DEBUG)
endif (CMAKE_BUILD_TYPE STREQUAL Debug)

file(READ "${CMAKE_CURRENT_SOURCE_DIR}/version.txt" PACKAGE_VERSION)
string(STRIP "${PACKAGE_VERSION}" PACKAGE_VERSION)
set(PACKAGE_VERSION "0.8.3")

configure_file(
"${CMAKE_CURRENT_SOURCE_DIR}/src/version.h.in"
Expand Down
1 change: 0 additions & 1 deletion version.txt

This file was deleted.

0 comments on commit a35657a

Please sign in to comment.