Skip to content

Commit

Permalink
Merge branch 'feature/update_sdk_version_h' into 'master'
Browse files Browse the repository at this point in the history
feat: Update sdk version header file 3.0.4

See merge request sdk/ESP8266_NONOS_SDK!282
  • Loading branch information
xcguang committed May 27, 2020
2 parents 8c0e419 + 9fbceb4 commit 5677e37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

#define ESP_SDK_VERSION_MAJOR 3
#define ESP_SDK_VERSION_MINOR 0
#define ESP_SDK_VERSION_PATCH 1
#define ESP_SDK_VERSION_PATCH 4

#define ESP_SDK_VERSION_NUMBER 0x030001
#define ESP_SDK_VERSION_STRING "3.0.1"
#define ESP_SDK_VERSION_NUMBER 0x030004
#define ESP_SDK_VERSION_STRING "3.0.4"

#endif

0 comments on commit 5677e37

Please sign in to comment.