Skip to content

Commit 7d2f4bb

Browse files
committed
v2.13 🅱️
1 parent 527ae06 commit 7d2f4bb

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
2020-05-19 (v2.12):
28
- Added Japanese translation
39
- Added Italian translation

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.12"
6+
#define MyAppVersion "2.13"
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.12.*")]
36-
[assembly: AssemblyFileVersion("2.12.0.0")]
35+
[assembly: AssemblyVersion("2.13.*")]
36+
[assembly: AssemblyFileVersion("2.13.0.0")]

0 commit comments

Comments
 (0)