summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-18 05:47:02 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-18 05:47:02 (GMT)
commit484aaafc2d9fc229777c2af26454663075a314de (patch)
tree9fefad80cfca1efb7a7e9440772703f9c57a7274 /Source
parent909d9dbd5add6f072bbed7035b71a1bf9fc1906d (diff)
downloadCMake-484aaafc2d9fc229777c2af26454663075a314de.zip
CMake-484aaafc2d9fc229777c2af26454663075a314de.tar.gz
CMake-484aaafc2d9fc229777c2af26454663075a314de.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 5c8f8d2..8d81fbc 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-01-17 05:46:15 +0000";
+ std::string cver = "Date: 2006-01-18 05:47:02 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;