Skip to content

Commit 5864a11

Browse files
committed
updates in preparation for next release of v2021.09.19.0
1 parent dd6349b commit 5864a11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3333
set (CMAKE_CXX_STANDARD "11" CACHE STRING "C++ Standard (needs at least 11)")
3434
mark_as_advanced(CMAKE_CXX_STANDARD)

dist/dist_readme/README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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:
1717
The walkthrough link above contains demonstrations (with data) on example usages of these tools.
1818

1919
Included 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
2121
program, obtained by passing the "--help" or "-h" flags, documents the program's interface and
2222
the available options.
2323

0 commit comments

Comments
 (0)