Skip to content

Commit 8c4b235

Browse files
committed
apps and samples: Set version to 3.0.0
Set the version to the v3.0.0 release. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
1 parent 2df47ab commit 8c4b235

29 files changed

Lines changed: 87 additions & 87 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_MAJOR = 2
2-
VERSION_MINOR = 8
3-
PATCHLEVEL = 99
1+
VERSION_MAJOR = 3
2+
VERSION_MINOR = 0
3+
PATCHLEVEL = 0
44
VERSION_TWEAK = 0
55
EXTRAVERSION =

applications/matter_bridge/VERSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_MAJOR = 2
2-
VERSION_MINOR = 9
3-
PATCHLEVEL = 99
1+
VERSION_MAJOR = 3
2+
VERSION_MINOR = 0
3+
PATCHLEVEL = 0
44
VERSION_TWEAK = 0
55
EXTRAVERSION =
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_MAJOR = 2
2-
VERSION_MINOR = 9
3-
PATCHLEVEL = 99
1+
VERSION_MAJOR = 3
2+
VERSION_MINOR = 0
3+
PATCHLEVEL = 0
44
VERSION_TWEAK = 0
55
EXTRAVERSION =

applications/nrf_desktop/VERSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_MAJOR = 2
2-
VERSION_MINOR = 8
3-
PATCHLEVEL = 99
1+
VERSION_MAJOR = 3
2+
VERSION_MINOR = 0
3+
PATCHLEVEL = 0
44
VERSION_TWEAK = 0
55
EXTRAVERSION =
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_MAJOR = 2
2-
VERSION_MINOR = 8
3-
PATCHLEVEL = 99
1+
VERSION_MAJOR = 3
2+
VERSION_MINOR = 0
3+
PATCHLEVEL = 0
44
VERSION_TWEAK = 0
55
EXTRAVERSION =

samples/bluetooth/fast_pair/locator_tag/configuration/prj.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ CONFIG_DULT_LOG_LEVEL_DBG=y
7777
# to the version from the VERSION file.
7878
# Major.Minor.Revision value of 0.0.0 is not supported by the Fast Pair Validator
7979
# Android app.
80-
CONFIG_BT_FAST_PAIR_FMDN_DULT_FIRMWARE_VERSION_MAJOR=2
81-
CONFIG_BT_FAST_PAIR_FMDN_DULT_FIRMWARE_VERSION_MINOR=8
82-
CONFIG_BT_FAST_PAIR_FMDN_DULT_FIRMWARE_VERSION_REVISION=99
80+
CONFIG_BT_FAST_PAIR_FMDN_DULT_FIRMWARE_VERSION_MAJOR=3
81+
CONFIG_BT_FAST_PAIR_FMDN_DULT_FIRMWARE_VERSION_MINOR=0
82+
CONFIG_BT_FAST_PAIR_FMDN_DULT_FIRMWARE_VERSION_REVISION=0
8383

8484
# Support firmware version read operation using the Device Information Service (DIS) for the
8585
# firmware update intent support in the Android OS and Google Find My Device app.

samples/bluetooth/fast_pair/locator_tag/configuration/prj_release.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ CONFIG_BT_FAST_PAIR_FMDN_DULT_MOTION_DETECTOR=y
8282
# to the version from the VERSION file.
8383
# Major.Minor.Revision value of 0.0.0 is not supported by the Fast Pair Validator
8484
# Android app.
85-
CONFIG_BT_FAST_PAIR_FMDN_DULT_FIRMWARE_VERSION_MAJOR=2
86-
CONFIG_BT_FAST_PAIR_FMDN_DULT_FIRMWARE_VERSION_MINOR=8
87-
CONFIG_BT_FAST_PAIR_FMDN_DULT_FIRMWARE_VERSION_REVISION=99
85+
CONFIG_BT_FAST_PAIR_FMDN_DULT_FIRMWARE_VERSION_MAJOR=3
86+
CONFIG_BT_FAST_PAIR_FMDN_DULT_FIRMWARE_VERSION_MINOR=0
87+
CONFIG_BT_FAST_PAIR_FMDN_DULT_FIRMWARE_VERSION_REVISION=0
8888

8989
# Support firmware version read operation using the Device Information Service (DIS) for the
9090
# firmware update intent support in the Android OS and Google Find My Device app.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_MAJOR = 2
2-
VERSION_MINOR = 8
3-
PATCHLEVEL = 99
1+
VERSION_MAJOR = 3
2+
VERSION_MINOR = 0
3+
PATCHLEVEL = 0
44
VERSION_TWEAK = 0
55
EXTRAVERSION =
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_MAJOR = 2
2-
VERSION_MINOR = 8
3-
PATCHLEVEL = 99
1+
VERSION_MAJOR = 3
2+
VERSION_MINOR = 0
3+
PATCHLEVEL = 0
44
VERSION_TWEAK = 0
55
EXTRAVERSION =
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_MAJOR = 2
2-
VERSION_MINOR = 8
3-
PATCHLEVEL = 99
1+
VERSION_MAJOR = 3
2+
VERSION_MINOR = 0
3+
PATCHLEVEL = 0
44
VERSION_TWEAK = 0
55
EXTRAVERSION =

0 commit comments

Comments
 (0)