diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-12-13 05:03:21 -0500 |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-12-13 05:03:21 -0500 |
commit | cb33fe8aa80cab595732812faf19c764e1f34123 (patch) | |
tree | b065a572ecf242e686d46ddfe685d808c8eb7d02 | |
parent | a3d3e9e9ef7316feb80bd47471e0533093bb89df (diff) | |
download | cmake-cb33fe8aa80cab595732812faf19c764e1f34123.tar.gz |
STYLE: Nightly Version update
-rw-r--r-- | Source/cmVersion.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx index 566c3a608d..b93c6e97dd 100644 --- a/Source/cmVersion.cxx +++ b/Source/cmVersion.cxx @@ -19,7 +19,7 @@ std::string cmVersion::GetReleaseVersion() { #if CMake_VERSION_MINOR & 1 - std::string cver = "Date: 2004-12-12 10:08:54 +0000"; + std::string cver = "Date: 2004-12-13 10:03:21 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |