File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ 2020-07-23 (v2.13):
2+ - Added Slovenian translation
3+ - Fixed issue with reading ATmega328PB efuse
4+ - Fixed startup failure if avrdude.exe is missing
5+ - Portable version now uses config files from application directory instead of user appdata directory
6+
172020-05-19 (v2.12):
28 - Added Japanese translation
39 - Added Italian translation
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.12 "
6+ #define MyAppVersion " 2.13 "
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.12 .*" ) ]
36- [ assembly: AssemblyFileVersion ( "2.12 .0.0" ) ]
35+ [ assembly: AssemblyVersion ( "2.13 .*" ) ]
36+ [ assembly: AssemblyFileVersion ( "2.13 .0.0" ) ]
You can’t perform that action at this time.
0 commit comments