Skip to content

Commit

Permalink
releasing next stable mainly because of nes bootloader with LCD text …
Browse files Browse the repository at this point in the history
…output
  • Loading branch information
df8oe committed Mar 25, 2017
1 parent 99d83c1 commit 423ecea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mchf-eclipse/src/bootloader/command.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
/* Private defines -----------------------------------------------------------*/
#define UPLOAD_FILENAME "0:mchfold.bin"
#define DOWNLOAD_FILENAME "0:mchf.bin"
#define VERSION "Version: 3.0.4"
#define VERSION "Version: 3.2.0"
#define AUTHOR "Author: DF8OE"

#define BUFFER_SIZE ((uint16_t)512*64)
Expand Down
4 changes: 2 additions & 2 deletions mchf-eclipse/src/mchf_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
************************************************************************************/

#define TRX4M_VER_MAJOR "2"
#define TRX4M_VER_MINOR "0"
#define TRX4M_VER_RELEASE "3"
#define TRX4M_VER_MINOR "2"
#define TRX4M_VER_RELEASE "0"

// trailing characters are needed for identifying version and building date+time in binary
#define TRX4M_VERSION "fwv-"TRX4M_VER_MAJOR"."TRX4M_VER_MINOR"."TRX4M_VER_RELEASE
Expand Down
2 changes: 1 addition & 1 deletion mchf-eclipse/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<bootloader testing> <firmware testing> <bootloader stable> <firmware stable>
,---,---,3.0.0,2.0.0
,---,---,3.2.0,2.2.0

0 comments on commit 423ecea

Please sign in to comment.