summaryrefslogtreecommitdiff
path: root/view
diff options
context:
space:
mode:
authorkat <kat@vector35.com>2024-12-23 11:35:40 -0500
committerkat <kat@vector35.com>2024-12-23 11:38:57 -0500
commitd67f08d74988d5114685a82d1308625f80db2fd4 (patch)
tree7c751fbbe53c0ecd2be83ee0277c4d88ce3c29ca /view
parentfb31e0abb07eb40179310a0cb817b18831321900 (diff)
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
Diffstat (limited to 'view')
-rw-r--r--view/sharedcache/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/sharedcache/CMakeLists.txt b/view/sharedcache/CMakeLists.txt
index 63ba602b..0f6abea2 100644
--- a/view/sharedcache/CMakeLists.txt
+++ b/view/sharedcache/CMakeLists.txt
@@ -30,7 +30,7 @@ endif()
set(HARD_FAIL_MODE OFF CACHE BOOL "Enable hard fail mode")
set(SLIDEINFO_DEBUG_TAGS OFF CACHE BOOL "Enable debug tags in slideinfo")
set(VIEW_NAME "DSCView" CACHE STRING "Name of the view")
-set(METADATA_VERSION 2 CACHE STRING "Version of the metadata")
+set(METADATA_VERSION 3 CACHE STRING "Version of the metadata")
add_subdirectory(core)
add_subdirectory(api)