Skip to content

Commit

Permalink
v2.10 release! 💥
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakKemble committed Oct 2, 2019
1 parent 757f861 commit 37b1c7d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2019-10-02 (v2.10):
- Fix fuse read issue with MCUs that don't have all low, high and extended fuses
- Update avrdude.conf to allow setting the CFD bit (Disable Clock Failure Detection) in the extended fuse for the ATmega328PB
- Update URLs to HTTPS

2019-09-06 (v2.9):
- Added French translation
- Added Russian translation
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.9"
#define MyAppVersion "2.10"
#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.9.*")]
[assembly: AssemblyFileVersion("2.9.0.0")]
[assembly: AssemblyVersion("2.10.*")]
[assembly: AssemblyFileVersion("2.10.0.0")]

0 comments on commit 37b1c7d

Please sign in to comment.