diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-09-13 02:54:45 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-09-13 02:54:45 (GMT) |
commit | 68ee26aa35451c9b7ac8a2c5ee295730fbd2140d (patch) | |
tree | 7340dedb51eb8684929433b47659b9ffa55974a9 /Source | |
parent | 8ca7e2f1b23def87d657a82167607e921d8aeaf9 (diff) | |
download | CMake-68ee26aa35451c9b7ac8a2c5ee295730fbd2140d.zip CMake-68ee26aa35451c9b7ac8a2c5ee295730fbd2140d.tar.gz CMake-68ee26aa35451c9b7ac8a2c5ee295730fbd2140d.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 d9fdb6b..103cd64 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: 2007-09-12 02:49:11 +0000"; + std::string cver = "Date: 2007-09-13 02:54:45 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |