Skip to content

Commit

Permalink
feat(version): Update SDK version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xcguang committed Jan 2, 2019
1 parent 8c3f4c8 commit 599617a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/version.h
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#ifndef ESP_SDK_VERSION_H
#define ESP_SDK_VERSION_H

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

#define ESP_SDK_VERSION_NUMBER 0x020200
#define ESP_SDK_VERSION_STRING "2.2.0"
#define ESP_SDK_VERSION_NUMBER 0x030100
#define ESP_SDK_VERSION_STRING "3.1.0"

#endif

0 comments on commit 599617a

Please sign in to comment.