Skip to content

Commit

Permalink
Correctly name the release in CMakeLists.txt as well
Browse files Browse the repository at this point in the history
  • Loading branch information
dl8dtl committed May 8, 2022
1 parent ec50337 commit a855692
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 @@ -21,7 +21,7 @@
# cmake --build build

cmake_minimum_required(VERSION 3.12)
project(avrdude VERSION 6.99)
project(avrdude VERSION 7.0)

set(CMAKE_C_STANDARD 11)
set(CMAKE_C_STANDARD_REQUIRED True)
Expand Down

0 comments on commit a855692

Please sign in to comment.