Skip to content

Commit 887d779

Browse files
committed
chore(version): Version bump to v0.5.0
1 parent ceeef75 commit 887d779

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.16)
22

33
# Keep this on one line for release checking
4-
project(dbc VERSION 0.4.0 DESCRIPTION "C++ DBC Parser")
4+
project(dbc VERSION 0.5.0 DESCRIPTION "C++ DBC Parser")
55

66
# -- PROJECT OPTIONS -- #
77
option(DBC_ENABLE_TESTS "Enable Unittests" ON)
@@ -95,7 +95,6 @@ if(DBC_GENERATE_SINGLE_HEADER)
9595
endif()
9696

9797
## Installation
98-
include(GNUInstallDirs)
9998
# install lib
10099
install(TARGETS ${PROJECT_NAME}
101100
DESTINATION ${CMAKE_INSTALL_LIBDIR})

0 commit comments

Comments
 (0)