Skip to content
Snippets Groups Projects
version_info_template.h.in 271 B
#pragma once

namespace ChimeraTK::VersionInfo {

  const int major{${${PROJECT_NAME}_MAJOR_VERSION_INT}};
  const int minor{${${PROJECT_NAME}_MINOR_VERSION_INT}};
  const int applicationPatch{${${PROJECT_NAME}_PATCH_VERSION_INT}};

} // namespace ChimeraTK::VersionInfo