Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Inokinoki authored Apr 28, 2022
1 parent 24b2c8e commit aa5dd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.11)

set(QEFI_VERSION_MAJOR 0)
set(QEFI_VERSION_MINOR 2)
set(QEFI_VERSION_PATCH 0)
set(QEFI_VERSION_PATCH 1)
set(QEFI_VERSION ${QEFI_VERSION_MAJOR}.${QEFI_VERSION_MINOR}.${QEFI_VERSION_PATCH})

project(QEFI LANGUAGES CXX VERSION ${QEFI_VERSION})
Expand Down

0 comments on commit aa5dd54

Please sign in to comment.