summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-13 02:45:37 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-13 02:45:37 (GMT)
commit7009e0745e6df5f3e6ddf5e105fdaa48a5f082fc (patch)
tree9b55b1c8cae1f9053ca1a1029fe656e5cbe66874 /Source/cmVersion.cxx
parent1c1cde697b8c17cbcd98f4bc7bbbabc1f6609084 (diff)
downloadCMake-7009e0745e6df5f3e6ddf5e105fdaa48a5f082fc.zip
CMake-7009e0745e6df5f3e6ddf5e105fdaa48a5f082fc.tar.gz
CMake-7009e0745e6df5f3e6ddf5e105fdaa48a5f082fc.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index c8a882a..1211d6c 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-10-12 02:45:12 +0000";
+ std::string cver = "Date: 2007-10-13 02:45:37 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;