Skip to content

How to create a new release

Niels Dekker edited this page Sep 12, 2019 · 1 revision

How to create a new release

  • Check copyright notice in all elastix C++ source files

    • excluding third party source files
  • Ensure tabs are never used for indentations

    • Replace each indenting tab by two spaces
  • Update ITKCompilationOptions.txt

    • Commit to git: elastix/doxygen
  • Increase version number

    • __ELASTIX_VERSION in git: elastix\Core\Install\elxBaseComponent.h
    • Tag in Git
  • Update the manual (PDF file)

  • Generate Doxygen HTML files