Skip to content

Commit 2a73b46

Browse files
authored
Merge pull request #32 from arduino/update-7.3
Update for avrdude 7.3
2 parents b85bd88 + f5532cb commit 2a73b46

File tree

2 files changed

+1
-36
lines changed

2 files changed

+1
-36
lines changed

patches/0007-Cmake-fix-build-not-working-with-mingw-toolchain.patch

Lines changed: 0 additions & 22 deletions
This file was deleted.
Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/CMakeLists.txt b/CMakeLists.txt
2-
index 9ab5a832..c3b5d8a8 100644
2+
index 431eda87..ff8d678f 100644
33
--- a/CMakeLists.txt
44
+++ b/CMakeLists.txt
55
@@ -49,7 +49,7 @@ include(FindPackageMessage)
@@ -20,16 +20,3 @@ index 9ab5a832..c3b5d8a8 100644
2020
endif()
2121
endif()
2222

23-
diff --git a/src/configure.ac b/src/configure.ac
24-
index 4b8425f0..2282ed74 100644
25-
--- a/src/configure.ac
26-
+++ b/src/configure.ac
27-
@@ -23,7 +23,7 @@
28-
# Process this file with autoconf to produce a configure script.
29-
30-
AC_PREREQ(2.60)
31-
-AC_INIT(avrdude, 7.2, [email protected])
32-
+AC_INIT(avrdude, ARDUINO_VERSION_PLACEHOLDER, [email protected])
33-
34-
AC_CANONICAL_BUILD
35-
AC_CANONICAL_HOST

0 commit comments

Comments
 (0)