Skip to content

Commit

Permalink
update version to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
facchinm committed Jan 31, 2018
1 parent eee53ec commit d2a8779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Projects/Multi/Applications/LoRa/AT_Slave/inc/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ extern "C" {
#define TEST_VERSION (uint32_t) 0x00000000 /*1 lsb is always 0 in releases */
#define LRWAN_VERSION (uint32_t) 0x00001120 /*3 next hex is i_cube release*/
#define VERSION (uint32_t) (LORA_MAC_VERSION | LRWAN_VERSION | TEST_VERSION)
#define AT_VERSION_STRING "1.1.3"
#define AT_VERSION_STRING "1.1.4"
#define AT_DEVICE_STRING "ARD-078"

/* Exported types ------------------------------------------------------------*/
Expand Down

0 comments on commit d2a8779

Please sign in to comment.