diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-02-03 02:28:19 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-02-03 02:28:19 (GMT) |
commit | 19b91cc41beecfc5e29dea84c60f04bad6a1ed96 (patch) | |
tree | 7d258471d19db1efc2c9fc4d4543e155ed571502 /Source/cmVersion.cxx | |
parent | 266971e30268cadb015cecb41900e602965d55a5 (diff) | |
download | CMake-19b91cc41beecfc5e29dea84c60f04bad6a1ed96.zip CMake-19b91cc41beecfc5e29dea84c60f04bad6a1ed96.tar.gz CMake-19b91cc41beecfc5e29dea84c60f04bad6a1ed96.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 f025d64..297e9a5 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-02-02 01:38:53 +0000"; + std::string cver = "Date: 2007-02-03 02:28:19 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |