diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-12 07:27:30 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-12 07:27:30 (GMT) |
commit | 20301c72ad9ad2b54410bc6e0dc6ee1e7ae99c63 (patch) | |
tree | 382d707b6f871fe50afce49bb9c568876619821d | |
parent | ac0a893a051eb69c4b2e47e80032a926f3669396 (diff) | |
download | CMake-20301c72ad9ad2b54410bc6e0dc6ee1e7ae99c63.zip CMake-20301c72ad9ad2b54410bc6e0dc6ee1e7ae99c63.tar.gz CMake-20301c72ad9ad2b54410bc6e0dc6ee1e7ae99c63.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 db2b2ae..2e8c152 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: 2006-02-11 07:11:59 +0000"; + std::string cver = "Date: 2006-02-12 07:27:30 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |