We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6980e09 commit 350cab7Copy full SHA for 350cab7
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.1.0)
+project(nyu-util VERSION 2.1.1)
6
7
option(NYU_BUILD_TESTS "Generate tests" OFF)
8
option(NYU_GEN_TRACES "Generate FST traces from tests" OFF)
vcpkg.json
@@ -1,6 +1,6 @@
1
{
"name": "nyu-util",
- "version": "2.1.0",
+ "version": "2.1.1",
"description": "NYU Processor Design's Utilities",
"homepage": "https://github.com/NYU-Processor-Design/nyu-util",
"maintainers": [
0 commit comments