Skip to content

Commit d67f08d

Browse files
committed
Update metadata version to prevent v2 loader incorrectly trying to load v3 symbol list
We should think through a better way of handling upgrades, as v3 can load v2 dbs just fine, but there is no clean way to upgrade the info currently. We need SharedCache ser/des functions in DSCView.cpp
1 parent fb31e0a commit d67f08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/sharedcache/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ endif()
3030
set(HARD_FAIL_MODE OFF CACHE BOOL "Enable hard fail mode")
3131
set(SLIDEINFO_DEBUG_TAGS OFF CACHE BOOL "Enable debug tags in slideinfo")
3232
set(VIEW_NAME "DSCView" CACHE STRING "Name of the view")
33-
set(METADATA_VERSION 2 CACHE STRING "Version of the metadata")
33+
set(METADATA_VERSION 3 CACHE STRING "Version of the metadata")
3434

3535
add_subdirectory(core)
3636
add_subdirectory(api)

0 commit comments

Comments
 (0)