Skip to content

Commit ced8383

Browse files
committed
feat(esp_hosted_ng): Release tag esp_hosted ng 1.0.4.0.0
1 parent 92335c3 commit ced8383

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

esp_hosted_ng/VERSION

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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

esp_hosted_ng/esp/esp_driver/network_adapter/main/include/esp_fw_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
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

esp_hosted_ng/host/include/esp_fw_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
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

0 commit comments

Comments
 (0)