https://github.com/Kitware/CMake
Revision eaf703f16082fdd79983e32356aa20e64f94bd8b authored by Stephen Kelly on 09 February 2014, 21:30:30 UTC, committed by Stephen Kelly on 09 February 2014, 21:30:30 UTC
Use the version number of the specified release, or of the current
development version if the release is not yet made.
1 parent 1cc3e9f
Raw File
Tip revision: eaf703f16082fdd79983e32356aa20e64f94bd8b authored by Stephen Kelly on 09 February 2014, 21:30:30 UTC
Export: Use a macro to ensure minimum development version requirement
Tip revision: eaf703f
.gitattributes
.gitattributes   export-ignore
.hooks*          export-ignore

bootstrap        crlf=input
configure        crlf=input
*.[1-9]          crlf=input
*.sh             crlf=input
*.sh.in          crlf=input

*.bat           -crlf
*.bat.in        -crlf
*.dsp           -crlf
*.dsptemplate   -crlf
*.dsw           -crlf
*.sln           -crlf
*.vcproj        -crlf

*.c              whitespace=tab-in-indent
*.h              whitespace=tab-in-indent
*.cxx            whitespace=tab-in-indent
*.txt            whitespace=tab-in-indent
*.cmake          whitespace=tab-in-indent
back to top