diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-09 06:38:02 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-09 06:38:02 (GMT) |
commit | 12c1cf34589feb30f9c84b52f9a580100d75c4ea (patch) | |
tree | 922ad241e574d83c49502dae020a9edf1eff6ade /Source/cmVersion.cxx | |
parent | ba58264abe0ce3274c593180d41c58a23d99d694 (diff) | |
download | CMake-12c1cf34589feb30f9c84b52f9a580100d75c4ea.zip CMake-12c1cf34589feb30f9c84b52f9a580100d75c4ea.tar.gz CMake-12c1cf34589feb30f9c84b52f9a580100d75c4ea.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 a8899df..e7d398c 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: 2005-04-08 06:37:22 +0000"; + std::string cver = "Date: 2005-04-09 06:38:02 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |