File tree Expand file tree Collapse file tree 3 files changed +17
-4
lines changed
esp/esp_driver/network_adapter/main/include Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1+ Version
2+ - Project: NG
3+ - Current Version: 1.0.4.0.0
4+
5+ Format
6+ - <MAJOR_1>.<MAJOR_2>.<MINOR>.<PATCH_1>.<PATCH_2>
7+
8+ Description
9+ - MAJOR_1: Primary major version – significant changes
10+ - MAJOR_2: Secondary major version – product branch or protocol variant
11+ - MINOR: Minor version: feature updates
12+ - PATCH_1: Small revisions
13+ - PATCH_2: Bug fixes
Original file line number Diff line number Diff line change 77#define PROJECT_NAME "NG"
88#define PROJECT_VERSION_MAJOR_1 1
99#define PROJECT_VERSION_MAJOR_2 0
10- #define PROJECT_VERSION_MINOR 3
10+ #define PROJECT_VERSION_MINOR 4
1111#define PROJECT_REVISION_PATCH_1 0
12- #define PROJECT_REVISION_PATCH_2 15
12+ #define PROJECT_REVISION_PATCH_2 0
1313
1414#endif
Original file line number Diff line number Diff line change 77#define PROJECT_NAME "NG"
88#define PROJECT_VERSION_MAJOR_1 1
99#define PROJECT_VERSION_MAJOR_2 0
10- #define PROJECT_VERSION_MINOR 3
10+ #define PROJECT_VERSION_MINOR 4
1111#define PROJECT_REVISION_PATCH_1 0
12- #define PROJECT_REVISION_PATCH_2 15
12+ #define PROJECT_REVISION_PATCH_2 0
1313
1414#endif
You can’t perform that action at this time.
0 commit comments