diff options
Diffstat (limited to 'examples/cipherpack/commandline.cpp')
-rw-r--r-- | examples/cipherpack/commandline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cipherpack/commandline.cpp b/examples/cipherpack/commandline.cpp index 51a7776..35878f9 100644 --- a/examples/cipherpack/commandline.cpp +++ b/examples/cipherpack/commandline.cpp @@ -92,7 +92,7 @@ class LoggingCipherpackListener : public cipherpack::CipherpackListener { typedef std::shared_ptr<LoggingCipherpackListener> LoggingCipherpackListenerRef; static void print_version() { - fprintf(stderr, "Cipherpack Native Version %s (API %s)\n", cipherpack::VERSION, cipherpack::VERSION_API); + fprintf(stderr, "Cipherpack Native Version %s (API %s)\n", cipherpack::VERSION.toString().c_str(), cipherpack::VERSION_API); } static void print_usage(const char* progname) { |