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 d92fd8f commit 7c827a8Copy full SHA for 7c827a8
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.27)
2
3
include(cmake/BootstrapVcpkg.cmake)
4
5
-project(nyu-util VERSION 1.3.0)
+project(nyu-util VERSION 2.0.0)
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": "1.3.0",
+ "version": "2.0.0",
"description": "NYU Processor Design's Utilities",
"homepage": "https://github.com/NYU-Processor-Design/nyu-util",
"maintainers": [
0 commit comments