summaryrefslogtreecommitdiffstats
path: root/Tests/Tutorial/Step7/tutorial.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Tutorial/Step7/tutorial.cxx')
-rw-r--r--Tests/Tutorial/Step7/tutorial.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Tutorial/Step7/tutorial.cxx b/Tests/Tutorial/Step7/tutorial.cxx
index 1d5742d..c2b89df 100644
--- a/Tests/Tutorial/Step7/tutorial.cxx
+++ b/Tests/Tutorial/Step7/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;
}