We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff2553 commit e599214Copy full SHA for e599214
CMakeLists.txt
@@ -21,7 +21,7 @@
21
# cmake --build build
22
23
cmake_minimum_required(VERSION 3.14)
24
-project(avrdude VERSION 7.2 LANGUAGES C)
+project(avrdude VERSION 7.3 LANGUAGES C)
25
26
set(CMAKE_C_STANDARD 11)
27
set(CMAKE_C_STANDARD_REQUIRED True)
NEWS
@@ -5,7 +5,7 @@ Approximate change log for AVRDUDE by version.
5
(For detailed changes, see the version control system logs.)
6
7
----------------------------------------------------------------------
8
-Changes since version 7.2:
+Changes in version 7.3:
9
10
* Major changes compared to the previous version:
11
0 commit comments