From dc8bb3f3a0bcf4bbfa36ff236ac38b717804cfc7 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Tue, 10 Mar 2020 16:17:49 +0100 Subject: Cleanup: Clarify places to look for subversion bump --- source/blender/blenloader/intern/versioning_280.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/blenloader/intern') diff --git a/source/blender/blenloader/intern/versioning_280.c b/source/blender/blenloader/intern/versioning_280.c index e7b6d9d294d..b19ba351795 100644 --- a/source/blender/blenloader/intern/versioning_280.c +++ b/source/blender/blenloader/intern/versioning_280.c @@ -1675,6 +1675,7 @@ void do_versions_after_linking_280(Main *bmain, ReportList *UNUSED(reports)) * Versioning code until next subversion bump goes here. * * \note Be sure to check when bumping the version: + * - #blo_do_versions_280 in this file. * - "versioning_userdef.c", #BLO_version_defaults_userpref_blend * - "versioning_userdef.c", #do_versions_theme * @@ -4835,10 +4836,12 @@ void blo_do_versions_280(FileData *fd, Library *UNUSED(lib), Main *bmain) } } } + /** * Versioning code until next subversion bump goes here. * * \note Be sure to check when bumping the version: + * - #do_versions_after_linking_280 in this file. * - "versioning_userdef.c", #BLO_version_defaults_userpref_blend * - "versioning_userdef.c", #do_versions_theme * -- cgit v1.2.3