Skip to content

Commit

Permalink
v2.17 🍦
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakKemble committed Feb 12, 2024
1 parent 123e929 commit 2339279
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2024-02-12 (v2.17):
- Updated AVRDUDE to v7.3
- Fix ambiguity error with old versions of .NET Framework

2024-01-31 (v2.16):
- Fix fuse read failure with USBasp running old firmware
- Fix some MCUs being detected as AT661xx parts
Expand Down
2 changes: 1 addition & 1 deletion installer/avrdudess.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define MyAppName "AVRDUDESS"
#define MyAppDescription "A GUI for AVRDUDE"
#define MyAppVersion "2.16"
#define MyAppVersion "2.17"
#define MyAppPublisher "Zak Kemble"
#define MyAppURL "https://zakkemble.net/"
#define MyAppExeName "avrdudess.exe"
Expand Down
4 changes: 2 additions & 2 deletions src/avrdudess/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.16.*")]
[assembly: AssemblyFileVersion("2.16.0.0")]
[assembly: AssemblyVersion("2.17.*")]
[assembly: AssemblyFileVersion("2.17.0.0")]

0 comments on commit 2339279

Please sign in to comment.