Skip to content

Commit

Permalink
Prepare for v7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueAndi committed Dec 22, 2023
1 parent 7092f86 commit ff492de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v7.1.1"
"version": "v7.2.0"
}
2 changes: 1 addition & 1 deletion doc/doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = Pixelix
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = v7.1.1
PROJECT_NUMBER = v7.2.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ lib_compat_mode = strict
; Select build mode here!
; ********************************************************************************
[mode:selected]
extends = mode:debug
extends = mode:release
build_flags =
${mode:debug.build_flags}
${mode:release.build_flags}

; ********************************************************************************
; Common for programming via USB
Expand Down

0 comments on commit ff492de

Please sign in to comment.