Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for avrdude 7.3 #32

Merged
merged 3 commits into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

15 changes: 1 addition & 14 deletions patches/0008-Append-arduino-to-version-string.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9ab5a832..c3b5d8a8 100644
index 431eda87..ff8d678f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -49,7 +49,7 @@ include(FindPackageMessage)
Expand All @@ -20,16 +20,3 @@ index 9ab5a832..c3b5d8a8 100644
endif()
endif()

diff --git a/src/configure.ac b/src/configure.ac
index 4b8425f0..2282ed74 100644
--- a/src/configure.ac
+++ b/src/configure.ac
@@ -23,7 +23,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.60)
-AC_INIT(avrdude, 7.2, [email protected])
+AC_INIT(avrdude, ARDUINO_VERSION_PLACEHOLDER, [email protected])

AC_CANONICAL_BUILD
AC_CANONICAL_HOST
Loading