diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-12-14 10:08:34 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-12-14 10:08:34 (GMT) |
commit | a360df42c2d9a72048329ba296d38281f24e1e2b (patch) | |
tree | 6cbc63b5b5e68eea523574fff12f4fc5c9c7a8c7 /Source/cmVersion.cxx | |
parent | cb33fe8aa80cab595732812faf19c764e1f34123 (diff) | |
download | CMake-a360df42c2d9a72048329ba296d38281f24e1e2b.zip CMake-a360df42c2d9a72048329ba296d38281f24e1e2b.tar.gz CMake-a360df42c2d9a72048329ba296d38281f24e1e2b.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-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 b93c6e9..976a98c 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-13 10:03:21 +0000"; + std::string cver = "Date: 2004-12-14 10:08:34 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |