File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ 2024-02-12 (v2.17):
2+ - Updated AVRDUDE to v7.3
3+ - Fix ambiguity error with old versions of .NET Framework
4+
152024-01-31 (v2.16):
26 - Fix fuse read failure with USBasp running old firmware
37 - Fix some MCUs being detected as AT661xx parts
Original file line number Diff line number Diff line change 33
44#define MyAppName " AVRDUDESS"
55#define MyAppDescription " A GUI for AVRDUDE"
6- #define MyAppVersion " 2.16 "
6+ #define MyAppVersion " 2.17 "
77#define MyAppPublisher " Zak Kemble"
88#define MyAppURL " https://zakkemble.net/"
99#define MyAppExeName " avrdudess.exe"
Original file line number Diff line number Diff line change 3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "2.16 .*" ) ]
36- [ assembly: AssemblyFileVersion ( "2.16 .0.0" ) ]
35+ [ assembly: AssemblyVersion ( "2.17 .*" ) ]
36+ [ assembly: AssemblyFileVersion ( "2.17 .0.0" ) ]
You can’t perform that action at this time.
0 commit comments