Explorar o código

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 %!s(int64=12) %!d(string=hai) anos
pai
achega
23c0a8751e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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");
 };
 
 //------------------------------------------------------------------------------