Skip to content

Commit

Permalink
bump version (6.6.21)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielburnworth committed Jan 31, 2022
1 parent ce3d27a commit 3a59596
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ strings_test: all
@strings $(TARGET_farmduino_k15_HEX).bin | grep -q ".H.genesisK15"
@strings $(TARGET_farmduino_k16_HEX).bin | grep -q ".I.genesisK16"
@strings $(TARGET_express_k10_HEX).bin | grep -q ".E.expressK10"
@strings $(TARGET_express_k11_HEX).bin | grep -q ".E.expressK11"
@strings $(TARGET_express_k11_HEX).bin | grep -q ".D.expressK11"

force_clean: remove_temp
$(RM) -r $(BUILD_DIR) $(BIN_DIR)
Expand Down
4 changes: 2 additions & 2 deletions src/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#ifndef CONFIG_H_
#define CONFIG_H_

const char SOFTWARE_VERSION[] = "6.6.20\0";
const char SOFTWARE_VERSION[] = "6.6.21\0";

const int LOGGING = 0;

Expand Down Expand Up @@ -294,7 +294,7 @@ enum MdlSpiEncoders
#endif

#if defined(FARMDUINO_EXP_V22) && !defined(SOFTWARE_VERSION_SUFFIX)
#define SOFTWARE_VERSION_SUFFIX ".E.expressK11\0"
#define SOFTWARE_VERSION_SUFFIX ".D.expressK11\0"
#endif

#ifndef FARMBOT_BOARD_ID
Expand Down

0 comments on commit 3a59596

Please sign in to comment.