Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dalai@blender.org>2020-03-10 18:17:49 +0300
committerDalai Felinto <dalai@blender.org>2020-03-10 18:17:49 +0300
commitdc8bb3f3a0bcf4bbfa36ff236ac38b717804cfc7 (patch)
treed2dab0245f7f7b8092410271d5df602ade452832 /source/blender/blenloader/intern/versioning_280.c
parentb37482bc3d86e74f03568d62fa0184e1e78767e6 (diff)
Cleanup: Clarify places to look for subversion bump
Diffstat (limited to 'source/blender/blenloader/intern/versioning_280.c')
-rw-r--r--source/blender/blenloader/intern/versioning_280.c3
1 files changed, 3 insertions, 0 deletions
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
*