diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-14 08:50:19 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-14 08:50:19 (GMT) |
commit | 5cbd066116ab8ffff746a355ae316133b8440498 (patch) | |
tree | eff327b0c9d72616a556d06f66072035b99c14e6 /Source | |
parent | 4fe07aa48137db08a862dfe9d741c5bc59ea3d4a (diff) | |
download | CMake-5cbd066116ab8ffff746a355ae316133b8440498.zip CMake-5cbd066116ab8ffff746a355ae316133b8440498.tar.gz CMake-5cbd066116ab8ffff746a355ae316133b8440498.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 be9af5f..0708567 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-13 08:39:30 +0000"; + std::string cver = "Date: 2005-04-14 08:50:19 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |