diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-07-22 03:26:15 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-07-22 03:26:15 (GMT) |
commit | aa31c8bcde2f1033db3c1860f2977cdcb4f772d4 (patch) | |
tree | 6223d0852d5d515b52f1a5f78774501e84a2ba03 | |
parent | 425b912f665b0f2b698cbf3522649f44afdf4ae6 (diff) | |
download | CMake-aa31c8bcde2f1033db3c1860f2977cdcb4f772d4.zip CMake-aa31c8bcde2f1033db3c1860f2977cdcb4f772d4.tar.gz CMake-aa31c8bcde2f1033db3c1860f2977cdcb4f772d4.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 13a5b06..068f082 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-07-21 02:46:44 +0000"; + std::string cver = "Date: 2007-07-22 03:26:15 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |