diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-09-10 03:03:58 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-09-10 03:03:58 (GMT) |
commit | 5dade94eeca771b333465d17ebeb3ec54dfe15c7 (patch) | |
tree | b2aea75e71b7c677c1815d16ce17d5b8ff2a7e60 /Source/cmVersion.cxx | |
parent | 2af2cb0a09bc3c92223f5f842f5be95c78c96727 (diff) | |
download | CMake-5dade94eeca771b333465d17ebeb3ec54dfe15c7.zip CMake-5dade94eeca771b333465d17ebeb3ec54dfe15c7.tar.gz CMake-5dade94eeca771b333465d17ebeb3ec54dfe15c7.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-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 6bfafa4..535e568 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-09-09 03:09:47 +0000"; + std::string cver = "Date: 2007-09-10 03:03:58 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |