[Bf-blender-cvs] [dc8bb3f3a0b] master: Cleanup: Clarify places to look for subversion bump

Dalai Felinto noreply at git.blender.org
Tue Mar 10 16:18:08 CET 2020


Commit: dc8bb3f3a0bcf4bbfa36ff236ac38b717804cfc7
Author: Dalai Felinto
Date:   Tue Mar 10 16:17:49 2020 +0100
Branches: master
https://developer.blender.org/rBdc8bb3f3a0bcf4bbfa36ff236ac38b717804cfc7

Cleanup: Clarify places to look for subversion bump

===================================================================

M	source/blender/blenloader/intern/versioning_280.c

===================================================================

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
    *



More information about the Bf-blender-cvs mailing list