summaryrefslogtreecommitdiffstats
path: root/Tests/Tutorial/Step5/tutorial.cxx
diff options
context:
space:
mode:
authorJean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>2019-06-14 15:39:28 (GMT)
committerJean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>2019-06-14 15:39:28 (GMT)
commit34a7e5ab587f5441ed5854b6ad9a159f3af88365 (patch)
treed8f9565e272258ef0867735a9b13967061bcef39 /Tests/Tutorial/Step5/tutorial.cxx
parent9ef92b7d7d577350cc67c7762112b6056adef34d (diff)
downloadCMake-34a7e5ab587f5441ed5854b6ad9a159f3af88365.zip
CMake-34a7e5ab587f5441ed5854b6ad9a159f3af88365.tar.gz
CMake-34a7e5ab587f5441ed5854b6ad9a159f3af88365.tar.bz2
Tests/Tutorial: Fix version displayed in tutorial executable
Diffstat (limited to 'Tests/Tutorial/Step5/tutorial.cxx')
-rw-r--r--Tests/Tutorial/Step5/tutorial.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Tutorial/Step5/tutorial.cxx b/Tests/Tutorial/Step5/tutorial.cxx
index 1d5742d..c2b89df 100644
--- a/Tests/Tutorial/Step5/tutorial.cxx
+++ b/Tests/Tutorial/Step5/tutorial.cxx
@@ -13,7 +13,7 @@ int main(int argc, char* argv[])
{
if (argc < 2) {
std::cout << argv[0] << " Version " << Tutorial_VERSION_MAJOR << "."
- << Tutorial_VERSION_MAJOR << std::endl;
+ << Tutorial_VERSION_MINOR << std::endl;
std::cout << "Usage: " << argv[0] << " number" << std::endl;
return 1;
}