File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1+ 2025-07-06 (v2.19):
2+ - Update AVRDUDE to v8.1
3+ - Fix detecting ATmega8
4+ - Added Korean and Czech translations
5+
162024-09-07 (v2.18):
27 - Updated AVRDUDE to v8.0
38 - Show both programmer ID and name in dropdown box
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.18 "
6+ #define MyAppVersion " 2.19 "
77#define MyAppPublisher " Zak Kemble"
88#define MyAppURL " https://zakkemble.net/"
99#define MyAppExeName " avrdudess.exe"
1010#define MyAppContact " contact@zakkemble.net"
11- #define MyAppCopyright " Copyright © 2024 Zak Kemble"
11+ #define MyAppCopyright " Copyright © 2025 Zak Kemble"
1212
1313[Setup]
1414; NOTE: The value of AppId uniquely identifies this application.
Original file line number Diff line number Diff line change 1010[ assembly: AssemblyConfiguration ( "" ) ]
1111[ assembly: AssemblyCompany ( "Zak Kemble" ) ]
1212[ assembly: AssemblyProduct ( "AVRDUDESS" ) ]
13- [ assembly: AssemblyCopyright ( "Copyright © 2024 Zak Kemble" ) ]
13+ [ assembly: AssemblyCopyright ( "Copyright © 2025 Zak Kemble" ) ]
1414[ assembly: AssemblyTrademark ( "" ) ]
1515[ assembly: AssemblyCulture ( "" ) ]
1616
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.18 .*" ) ]
36- [ assembly: AssemblyFileVersion ( "2.18 .0.0" ) ]
35+ [ assembly: AssemblyVersion ( "2.19 .*" ) ]
36+ [ assembly: AssemblyFileVersion ( "2.19 .0.0" ) ]
You can’t perform that action at this time.
0 commit comments