Skip to content

Commit

Permalink
sdk: add missing version.h file
Browse files Browse the repository at this point in the history
  • Loading branch information
igrr committed Feb 19, 2018
1 parent a020e89 commit 73ae0bb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tools/sdk/include/version.h
Original file line number Diff line number Diff line change
@@ -0,0 +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_PATCH 0

#define ESP_SDK_VERSION_NUMBER 0x020200
#define ESP_SDK_VERSION_STRING "2.2.0"

#endif

0 comments on commit 73ae0bb

Please sign in to comment.