aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen A. RedergÄrd <64542+kenr@users.noreply.github.com>2019-10-04 01:16:12 +0200
committerGriffin Downs <35574547+grdowns@users.noreply.github.com>2019-10-03 16:16:12 -0700
commita9ba330cc0e1da64cfb818811beaa0b0d81fa9fa (patch)
tree23f80f4001bce12c307223c2367bf321aadd27ea
parente1686e1a8374f68c6dbab4d33ed4ad071372f686 (diff)
downloadvcpkg-a9ba330cc0e1da64cfb818811beaa0b0d81fa9fa.tar.gz
vcpkg-a9ba330cc0e1da64cfb818811beaa0b0d81fa9fa.zip
[nrf-ble-driver] Fix version number (#8437)
* Fix version number * Bump version
-rw-r--r--ports/nrf-ble-driver/CONTROL2
-rw-r--r--ports/nrf-ble-driver/portfile.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/nrf-ble-driver/CONTROL b/ports/nrf-ble-driver/CONTROL
index 333907e8b..275f3d824 100644
--- a/ports/nrf-ble-driver/CONTROL
+++ b/ports/nrf-ble-driver/CONTROL
@@ -1,4 +1,4 @@
Source: nrf-ble-driver
-Version: 4.1.1
+Version: 4.1.1-1
Description: BLE driver is a library for Bluetooth Low Energy communication using Nordic Semiconductor development kits.
Build-Depends: asio, catch2 \ No newline at end of file
diff --git a/ports/nrf-ble-driver/portfile.cmake b/ports/nrf-ble-driver/portfile.cmake
index c451ba4d1..3594b7c3a 100644
--- a/ports/nrf-ble-driver/portfile.cmake
+++ b/ports/nrf-ble-driver/portfile.cmake
@@ -28,7 +28,7 @@ set(ENV{PATH} "$ENV{PATH};${GIT_EXE_DIRPATH}")
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
- OPTIONS -DDISABLE_EXAMPLES= -DDISABLE_TESTS= -DNRF_BLE_DRIVER_VERSION=4.1.0 -DCONNECTIVITY_VERSION=4.1.0
+ OPTIONS -DDISABLE_EXAMPLES= -DDISABLE_TESTS= -DNRF_BLE_DRIVER_VERSION=4.1.1 -DCONNECTIVITY_VERSION=4.1.1
)
vcpkg_install_cmake()