comparison Plugin/Plugin.cpp @ 12:379131283479

version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Mar 2015 14:23:24 +0100
parents ecefd45026bf
children 20af33af313a
comparison
equal deleted inserted replaced
11:dc81c1ad61c7 12:379131283479
367 } 367 }
368 368
369 369
370 ORTHANC_PLUGINS_API const char* OrthancPluginGetVersion() 370 ORTHANC_PLUGINS_API const char* OrthancPluginGetVersion()
371 { 371 {
372 return "1.0"; 372 return ORTHANC_WEBVIEWER_VERSION;
373 } 373 }
374 } 374 }