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 da2e103 commit 00df6baCopy full SHA for 00df6ba
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.16)
2
3
# Keep this on one line for release checking
4
-project(dbc VERSION 0.2.0 DESCRIPTION "C++ DBC Parser")
+project(dbc VERSION 0.3.0 DESCRIPTION "C++ DBC Parser")
5
6
# -- PROJECT OPTIONS -- #
7
option(DBC_ENABLE_TESTS "Enable Unittests" ON)
0 commit comments