Skip to content

Commit 6a0f2cd

Browse files
Update CHANGELOG
1 parent 4aa324c commit 6a0f2cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [UNRELEASED]
5+
## [1.2.0] - 2023-08-01
66
- Added "Flapjack" module.
77
- Added "Fuzz Machine" module.
88
- Added "Mouse Drive" module.

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET "10.12" CACHE STRING "Minimum OS X deployment ta
33
if(WIN32)
44
set(CMAKE_SYSTEM_VERSION 7.1 CACHE STRING INTERNAL FORCE) # Windows SDK for Windows 7 and up
55
endif()
6-
project(BYOD VERSION 2.0.0)
6+
project(BYOD VERSION 1.2.0)
77
set(CMAKE_CXX_STANDARD 20)
88

99
# Useful for testing with address sanitizer:

0 commit comments

Comments
 (0)