Update CMakeList version

This commit is contained in:
Wilson Snyder 2023-09-16 20:54:54 -04:00
parent cef3960a4e
commit 8f43e74288

View File

@ -15,7 +15,7 @@
cmake_minimum_required(VERSION 3.15)
cmake_policy(SET CMP0091 NEW) # Use MSVC_RUNTIME_LIBRARY to select the runtime
project(Verilator
VERSION 5.015
VERSION 5.016
HOMEPAGE_URL https://verilator.org
LANGUAGES CXX
)