Skip to content

Commit 5ff674e

Browse files
committed
v2.11 release! 🍉
1 parent 805b295 commit 5ff674e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2019-10-12 (v2.11):
2+
- Fixed null exception if no MCU selected and "Set fuses" ticked
3+
- Updated Polish translation
4+
15
2019-10-02 (v2.10):
26
- Fix fuse read issue with MCUs that don't have all low, high and extended fuses
37
- Update avrdude.conf to allow setting the CFD bit (Disable Clock Failure Detection) in the extended fuse for the ATmega328PB

installer/avrdudess.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#define MyAppName "AVRDUDESS"
55
#define MyAppDescription "A GUI for AVRDUDE"
6-
#define MyAppVersion "2.10"
6+
#define MyAppVersion "2.11"
77
#define MyAppPublisher "Zak Kemble"
88
#define MyAppURL "https://zakkemble.net/"
99
#define MyAppExeName "avrdudess.exe"

src/avrdudess/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
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.10.*")]
36-
[assembly: AssemblyFileVersion("2.10.0.0")]
35+
[assembly: AssemblyVersion("2.11.*")]
36+
[assembly: AssemblyFileVersion("2.11.0.0")]

0 commit comments

Comments
 (0)