Release notes for v2.4.19 and bump the version.

pull/1434/head
Adam Treat 1 year ago
parent 84905aa281
commit f47e698193

@ -18,7 +18,7 @@ endif()
set(APP_VERSION_MAJOR 2) set(APP_VERSION_MAJOR 2)
set(APP_VERSION_MINOR 4) set(APP_VERSION_MINOR 4)
set(APP_VERSION_PATCH 19) set(APP_VERSION_PATCH 20)
set(APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}") set(APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}")
# Include the binary directory for the generated header file # Include the binary directory for the generated header file

@ -518,6 +518,17 @@
"contributors": "contributors":
" "
* Adam Treat (Nomic AI) * Adam Treat (Nomic AI)
"
},
{
"version": "2.4.19",
"notes":
"
* Fix a crasher on systems with corrupted vulkan drivers or corrupted vulkan dlls
",
"contributors":
"
* Adam Treat (Nomic AI)
" "
} }
] ]

Loading…
Cancel
Save