comparison OrthancServer/Plugins/Samples/Housekeeper/Plugin.cpp @ 4981:d0c34145320c

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 25 Apr 2022 17:32:58 +0200
parents f316413027fd
children 40fd2a485a84
comparison
equal deleted inserted replaced
4980:8b95fc86b8d9 4981:d0c34145320c
672 } 672 }
673 673
674 674
675 ORTHANC_PLUGINS_API const char* OrthancPluginGetVersion() 675 ORTHANC_PLUGINS_API const char* OrthancPluginGetVersion()
676 { 676 {
677 return DB_OPTIMIZER_VERSION; 677 return HOUSEKEEPER_VERSION;
678 } 678 }
679 } 679 }