ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/create_version.cmake
(Generate patch)

Comparing ray/src/rt/create_version.cmake (file contents):
Revision 1.5 by greg, Tue Oct 9 17:57:17 2018 UTC vs.
Revision 1.6 by greg, Fri Jul 17 15:57:44 2020 UTC

# Line 17 | Line 17 | file(READ "${VERSION_IN_FILE}" VERSION)
17   string(STRIP "${VERSION}" VERSION)
18   message("${VERSION}")
19   file(WRITE "${VERSION_OUT_FILE}"
20 <  "char VersionID[]=\"RADIANCE ${RADIANCE_VERSION} NREL ${DATE_STR} (based on ${VERSION} by LBNL)\";\n"
20 >  "char VersionID[]=\"RADIANCE ${VERSION} ${DATE_STR} LBNL (${RADIANCE_VERSION})\";\n"
21   )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines