https://github.com/Kitware/CMake
Revision 451e9f93be4a19f18c4a2ac0a1bd6776ba67c327 authored by Brad King on 16 November 2016, 18:27:07 UTC, committed by Brad King on 16 November 2016, 18:27:07 UTC
* upstream-KWSys:
  KWSys 2016-11-16 (a0c60eec)
2 parent s 095279b + 572ac89
Raw File
Tip revision: 451e9f93be4a19f18c4a2ac0a1bd6776ba67c327 authored by Brad King on 16 November 2016, 18:27:07 UTC
Merge branch 'upstream-KWSys' into update-kwsys
Tip revision: 451e9f9
cmVersionConfig.h.in
/* Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
   file Copyright.txt or https://cmake.org/licensing for details.  */
#define CMake_VERSION_MAJOR @CMake_VERSION_MAJOR@
#define CMake_VERSION_MINOR @CMake_VERSION_MINOR@
#define CMake_VERSION_PATCH @CMake_VERSION_PATCH@
#define CMake_VERSION_SUFFIX "@CMake_VERSION_SUFFIX@"
#define CMake_VERSION_IS_DIRTY @CMake_VERSION_IS_DIRTY@
#define CMake_VERSION "@CMake_VERSION@"
back to top