Skip to content

Commit

Permalink
v2.13 🅱️
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakKemble committed Jul 23, 2020
1 parent 527ae06 commit 7d2f4bb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2020-07-23 (v2.13):
- Added Slovenian translation
- Fixed issue with reading ATmega328PB efuse
- Fixed startup failure if avrdude.exe is missing
- Portable version now uses config files from application directory instead of user appdata directory

2020-05-19 (v2.12):
- Added Japanese translation
- Added Italian 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.12"
#define MyAppVersion "2.13"
#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.12.*")]
[assembly: AssemblyFileVersion("2.12.0.0")]
[assembly: AssemblyVersion("2.13.*")]
[assembly: AssemblyFileVersion("2.13.0.0")]

0 comments on commit 7d2f4bb

Please sign in to comment.