diff --git a/source/blender/blenloader/intern/versioning_xxx_template.cc b/source/blender/blenloader/intern/versioning_xxx_template.cc index 6a46edf4f01..c78ff912e7b 100644 --- a/source/blender/blenloader/intern/versioning_xxx_template.cc +++ b/source/blender/blenloader/intern/versioning_xxx_template.cc @@ -16,7 +16,8 @@ * - Copy that file and rename it to the proper new version number (e.g. `versioning_510.cc`). * - Rename the two functions below by replacing the `xxx` with the matching new version number. * - Add the new file to CMakeList.txt - * - Add matching calls in #do_versions_after_linking and #do_versions, in `readfile.cc` and update declarations in`readfile.hh`. + * - Add matching calls in #do_versions_after_linking and #do_versions, in `readfile.cc` and update + * declarations in`readfile.hh`. */ #define DNA_DEPRECATED_ALLOW