Skip to content

Commit

Permalink
Bump v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Inokinoki authored Nov 15, 2024
1 parent 8511a87 commit 99e1cfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 3.11)

set(QEFI_VERSION_MAJOR 0)
set(QEFI_VERSION_MINOR 3)
set(QEFI_VERSION_PATCH 1)
set(QEFI_VERSION_MINOR 4)
set(QEFI_VERSION_PATCH 0)
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 99e1cfa

Please sign in to comment.