We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e70080e commit 329ce47Copy full SHA for 329ce47
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.27)
2
3
include(cmake/BootstrapVcpkg.cmake)
4
5
-project(nyu-util VERSION 2.0.3)
+project(nyu-util VERSION 2.0.4)
6
7
find_package(Catch2 3 CONFIG REQUIRED)
8
find_package(verilator CONFIG REQUIRED)
vcpkg.json
@@ -1,6 +1,6 @@
1
{
"name": "nyu-util",
- "version": "2.0.3",
+ "version": "2.0.4",
"description": "NYU Processor Design's Utilities",
"homepage": "https://github.com/NYU-Processor-Design/nyu-util",
"maintainers": [
0 commit comments