# | 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} Official Release by G. Ward)\";\n" |
20 | > | "char VersionID[]=\"RADIANCE ${RADIANCE_VERSION} NREL ${DATE_STR} (based on ${VERSION} Official Release by LBNL)\";\n" |
21 | ) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |