File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66
77## [ Unreleased]
88### Language Support
9+ ### General Features
10+ ### Improvements
11+ ### Fixes
12+
13+
14+ ## [ v7.0] - 2024-09-26
15+ ### Language Support
916* Select expressions of packed arrays now always return an unsigned type, as mandated by the LRM
1017* Clocking skew delays now properly require a constant value
1118* Enforce that static methods can't have override specifiers
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
2828include (gitversion)
2929get_git_version(SLANG_VERSION_PATCH SLANG_VERSION_HASH)
3030
31- set (SLANG_VERSION_MAJOR 6 )
31+ set (SLANG_VERSION_MAJOR 7 )
3232set (SLANG_VERSION_MINOR 0)
3333set (SLANG_VERSION_STRING
3434 "${SLANG_VERSION_MAJOR} .${SLANG_VERSION_MINOR} .${SLANG_VERSION_PATCH} " )
You can’t perform that action at this time.
0 commit comments