diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-07-03 11:28:36 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-07-03 11:28:36 (GMT) |
commit | f9ba82dbdcde0132f3e926fe7289d0e90bb5f64c (patch) | |
tree | abd71244f33371f242274495f500206b3923803e | |
parent | ae5655fe10f6ba3e354d8e2998d9221cc665ac4c (diff) | |
download | CMake-f9ba82dbdcde0132f3e926fe7289d0e90bb5f64c.zip CMake-f9ba82dbdcde0132f3e926fe7289d0e90bb5f64c.tar.gz CMake-f9ba82dbdcde0132f3e926fe7289d0e90bb5f64c.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 d290259..6bb469b 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-07-02 11:30:44 +0000"; + std::string cver = "Date: 2006-07-03 11:28:36 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |