瀏覽代碼

Fix schema number

Database code should always be in sync with the version
of the schema.  This is checked by ctkDICOMDatabaseTest3.

Closes #226
Steve Pieper 12 年之前
父節點
當前提交
23c0a8751e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Libs/DICOM/Core/ctkDICOMDatabase.cpp

+ 1 - 1
Libs/DICOM/Core/ctkDICOMDatabase.cpp

@@ -448,7 +448,7 @@ QString ctkDICOMDatabase::schemaVersion()
   //   so that the ctkDICOMDatabasePrivate::filenames method
   //   still works.
   //
-  return QString("0.5.1");
+  return QString("0.5.2");
 };
 
 //------------------------------------------------------------------------------