diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-12-31 08:29:28 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-12-31 08:29:28 (GMT) |
commit | 7fc2132d4f9daf713cdddafa04a4bd0c46483a02 (patch) | |
tree | b4ea40867f14cd76b21ca1ad5ef26a7989fca2f1 /Source | |
parent | 0b4fdd8a634a33f851dc9b342ac2d875491cfdd1 (diff) | |
download | CMake-7fc2132d4f9daf713cdddafa04a4bd0c46483a02.zip CMake-7fc2132d4f9daf713cdddafa04a4bd0c46483a02.tar.gz CMake-7fc2132d4f9daf713cdddafa04a4bd0c46483a02.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-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 14bb025..6340538 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: 2006-12-30 08:24:23 +0000"; + std::string cver = "Date: 2006-12-31 08:29:28 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |