diff options
author | Evan Lojewski <github@meklort.com> | 2020-03-21 15:28:22 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-21 15:28:22 -0600 |
commit | 394bec692789a6045ff5cfdeecdde4e44e8fd978 (patch) | |
tree | 6a04c0d795ffd9948066244a53ebf657591c3c10 /cmake | |
parent | 490b5b66afc5f496287fb2db7634643ea2e17db1 (diff) | |
download | bcm5719-ortega-394bec692789a6045ff5cfdeecdde4e44e8fd978.tar.gz bcm5719-ortega-394bec692789a6045ff5cfdeecdde4e44e8fd978.zip |
build: Bump version to 0.2.x (#62)
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/version.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/version.cmake b/cmake/version.cmake index 76da7ce..729626a 100644 --- a/cmake/version.cmake +++ b/cmake/version.cmake @@ -2,7 +2,7 @@ ### ### @file version.cmake ### -### @project +### @project bcm5719 ### ### @brief Version configuration ### @@ -43,7 +43,7 @@ ################################################################################ SET(VERSION_MAJOR 0) -SET(VERSION_MINOR 1) +SET(VERSION_MINOR 2) SET(VERSION_PATCH ) SET(VERSION_FILE ${CMAKE_SOURCE_DIR}/version) |