summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-01-03 09:20:37 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-01-03 09:20:37 (GMT)
commite9be4e0c01547734629977e2580e4d67ffda813f (patch)
treef5a15daf9686cb68171c3a6e52592c00b5046a96 /Source
parent63ab3c4fe00eb7c3dd114fd7db603f48ea69142e (diff)
downloadCMake-e9be4e0c01547734629977e2580e4d67ffda813f.zip
CMake-e9be4e0c01547734629977e2580e4d67ffda813f.tar.gz
CMake-e9be4e0c01547734629977e2580e4d67ffda813f.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 3754bb2..9c2b115 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-01-02 05:08:21 +0000";
+ std::string cver = "Date: 2007-01-03 09:20:37 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;