diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-10-02 02:31:04 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-10-02 02:31:04 (GMT) |
commit | 019a0989d5112ae27fc639390a2aebe648683167 (patch) | |
tree | 8e78df43b54b7633dbe6eb34b39da363ef578d8a | |
parent | 890efa79807df367f506a3d35fe9a6b323133b2d (diff) | |
download | CMake-019a0989d5112ae27fc639390a2aebe648683167.zip CMake-019a0989d5112ae27fc639390a2aebe648683167.tar.gz CMake-019a0989d5112ae27fc639390a2aebe648683167.tar.bz2 |
STYLE: Nightly Version update
-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 fc61844..1be4346 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-10-01 02:28:06 +0000"; + std::string cver = "Date: 2007-10-02 02:31:04 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |