Skip to content

Commit a855692

Browse files
committed
Correctly name the release in CMakeLists.txt as well
1 parent ec50337 commit a855692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# cmake --build build
2222

2323
cmake_minimum_required(VERSION 3.12)
24-
project(avrdude VERSION 6.99)
24+
project(avrdude VERSION 7.0)
2525

2626
set(CMAKE_C_STANDARD 11)
2727
set(CMAKE_C_STANDARD_REQUIRED True)

0 commit comments

Comments
 (0)