Skip to content

Commit b227176

Browse files
author
Ezra Peisach
committed
Patches to support compiling with C++-17 and remove deprecated code
1 parent 31fbf40 commit b227176

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ add_custom_target(everything
123123
#
124124
set(CPACK_PACKAGE_VERSION_MAJOR "2")
125125
set(CPACK_PACKAGE_VERSION_MINOR "50")
126-
set(CPACK_PACKAGE_VERSION_PATCH "10")
126+
set(CPACK_PACKAGE_VERSION_PATCH "11")
127127
set(CPACK_SOURCE_GENERATOR "TBZ2;TGZ")
128128
if(NOT DEFINED CPACK_SOURCE_PACKAGE_FILE_NAME)
129129
set(CPACK_SOURCE_PACKAGE_FILE_NAME

modules/cpp-cif-file

0 commit comments

Comments
 (0)