summaryrefslogtreecommitdiff
path: root/test.cpp
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-08-13 23:54:25 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-08-13 23:54:25 +0000
commit31f8aa2671a0fce7255114fd03dab238dbcce12f (patch)
treebda18adad37cc2a9048f184e527bc865739abb28 /test.cpp
parentebb56f57edd46175798c2a70b6dd88bd6ce7f877 (diff)
downloadcryptopp-31f8aa2671a0fce7255114fd03dab238dbcce12f.tar.gz
update version number to 5.5.2
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@386 57ff6487-cd31-0410-9ec3-f628ee90f5f0
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
{