File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ cmake_minimum_required(VERSION 3.13.0 FATAL_ERROR)
2828#endif ()
2929
3030# Version format is YYYY.MM.DD for a release and YYYY.MM.DD.1 for devel after the release
31- project (xreg VERSION 2020.12.13.1 )
31+ project (xreg VERSION 2021.09.19.0 )
3232
3333set (CMAKE_CXX_STANDARD "11" CACHE STRING "C++ Standard (needs at least 11)" )
3434mark_as_advanced (CMAKE_CXX_STANDARD)
Original file line number Diff line number Diff line change 33 | xReg: Modeling and Registration Software for Surgery |
44 | |
55 | Executable Programs |
6- | v2020.12.13 .0 |
6+ | v2021.09.19 .0 |
77 | |
88 | Robert Grupp (grupp@jhu.edu) |
99 +------------------------------------------------------+
@@ -17,7 +17,7 @@ See the following pages for more information about the library and tools:
1717The walkthrough link above contains demonstrations (with data) on example usages of these tools.
1818
1919Included in this release is a "bin" directory which contains the xReg executable files. Each xReg
20- program name is prefixed with "xreg-" (e.g. "xreg-convert-dicom"). The help message of each
20+ program name is prefixed with "xreg-" (e.g. "xreg-convert-dicom-vols "). The help message of each
2121program, obtained by passing the "--help" or "-h" flags, documents the program's interface and
2222the available options.
2323
You can’t perform that action at this time.
0 commit comments