summaryrefslogtreecommitdiff
path: root/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test.cpp')
-rw-r--r--test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.cpp b/test.cpp
index 1845348..d98a2db 100644
--- a/test.cpp
+++ b/test.cpp
@@ -331,7 +331,7 @@ int CRYPTOPP_API main(int argc, char *argv[])
}
else if (command == "V")
{
- cout << "5.5" << endl;
+ cout << CRYPTOPP_VERSION / 100 << '.' << (CRYPTOPP_VERSION % 100) / 10 << '.' << CRYPTOPP_VERSION % 10 << endl;
}
else
{