Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
Changed to LBNL as author of official release
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregungory committed Oct 9, 2018
1 parent 7f8d30d commit dd0f8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rt/create_version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ file(READ "${VERSION_IN_FILE}" VERSION)
string(STRIP "${VERSION}" VERSION)
message("${VERSION}")
file(WRITE "${VERSION_OUT_FILE}"
"char VersionID[]=\"RADIANCE ${RADIANCE_VERSION} NREL ${DATE_STR} (based on ${VERSION} Official Release by G. Ward)\";\n"
"char VersionID[]=\"RADIANCE ${RADIANCE_VERSION} NREL ${DATE_STR} (based on ${VERSION} Official Release by LBNL)\";\n"
)

0 comments on commit dd0f8e3

Please sign in to comment.