Skip to content

Commit

Permalink
Readme and version update
Browse files Browse the repository at this point in the history
  • Loading branch information
mlorenzati committed Sep 2, 2023
1 parent cf9cd18 commit 3dcc3c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.12)
# Pull in PICO SDK (must be before project)
include(pico_sdk_import.cmake)

project(pico-rgb2hdmi VERSION "0.6.2" LANGUAGES C CXX)
project(pico-rgb2hdmi VERSION "0.6.3" LANGUAGES C CXX)
configure_file(config/version.h.in src/version.h)

set(CMAKE_C_STANDARD 11)
Expand Down
4 changes: 4 additions & 0 deletions release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ pico rgb2hdmi

An rpi pico microprocessed rgb 2 hdmi plus rgb 2 usb on the fly converter
-------------------------------------------------------------------------
Date: 2023/09/01
Version: 0.6.3
- Option to disable license validation on flash
-------------------------------------------------------------------------
Date: 2023/06/26
Version: 0.6.2
- Fixed integration test compilation/linker dependency to timer
Expand Down

0 comments on commit 3dcc3c2

Please sign in to comment.