diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-01-14 01:12:19 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-01-14 01:12:19 (GMT) |
commit | 5e6f6f4a62314c7bef01036728809bd9951a43bc (patch) | |
tree | 19f98333d68e5197a7b4873d8a28e589aae084e4 | |
parent | a85e26d96031664b93e8b89bf14369bf39f1f212 (diff) | |
download | CMake-5e6f6f4a62314c7bef01036728809bd9951a43bc.zip CMake-5e6f6f4a62314c7bef01036728809bd9951a43bc.tar.gz CMake-5e6f6f4a62314c7bef01036728809bd9951a43bc.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 52fb5da..89c2309 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-01-13 01:40:21 +0000"; + std::string cver = "Date: 2007-01-14 01:12:19 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |