diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-03-26 06:43:43 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-03-26 06:43:43 (GMT) |
commit | 51126eb2af8128a58404ec7240fc8acad871aecc (patch) | |
tree | 1684d7926c8cd0947ad2f4845dc86dbeb31a1593 /Source | |
parent | 7482175b8b2c4cf75a23c6eedfd26e9894d563c2 (diff) | |
download | CMake-51126eb2af8128a58404ec7240fc8acad871aecc.zip CMake-51126eb2af8128a58404ec7240fc8acad871aecc.tar.gz CMake-51126eb2af8128a58404ec7240fc8acad871aecc.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 f482f7d..6c1aca1 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-03-25 06:51:01 +0000"; + std::string cver = "Date: 2007-03-26 06:43:43 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |