Skip to content

Commit

Permalink
chore(Version): updated automatically-generated version string for ne…
Browse files Browse the repository at this point in the history
…w builds
  • Loading branch information
Gregungory committed Jul 17, 2020
1 parent 4999cd8 commit 10ac9aa
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} by LBNL)\";\n"
"char VersionID[]=\"RADIANCE ${VERSION} ${DATE_STR} LBNL (${RADIANCE_VERSION})\";\n"
)

0 comments on commit 10ac9aa

Please # to comment.