diff options
| author | hlysunnaram <hlysunnaram@users.noreply.github.com> | 2018-10-04 08:09:42 +0200 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-10-03 23:09:42 -0700 |
| commit | 008c5d8668b9a0b42dee249057bac223a3e3f896 (patch) | |
| tree | 72acafe702337b9891ae33d23cff4a5f28814b4f /ports/icu/CONTROL | |
| parent | 0fe2068a564080e5470ffe00c455592e625a0fd1 (diff) | |
| download | vcpkg-008c5d8668b9a0b42dee249057bac223a3e3f896.tar.gz vcpkg-008c5d8668b9a0b42dee249057bac223a3e3f896.zip | |
Handle VCPKG_BUILD_TYPE (#4287)
* [curl] fix build failure when VCPKG_BUILD_TYPE is set
* [libmysql] fix build failure when VCPKG_BUILD_TYPE is set
* [openssl-windows] use VCPKG_BUILD_TYPE to build release or debug only
* [icu] use VCPKG_BUILD_TYPE to build release or debug only
* [gdal] use VCPKG_BUILD_TYPE to build release or debug only
* bump versions of curl, gdal, icu, libmysql and openssl-windows
Diffstat (limited to 'ports/icu/CONTROL')
| -rw-r--r-- | ports/icu/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/icu/CONTROL b/ports/icu/CONTROL index 602e4341a..0cb924a2a 100644 --- a/ports/icu/CONTROL +++ b/ports/icu/CONTROL @@ -1,3 +1,3 @@ Source: icu
-Version: 61.1-3
+Version: 61.1-4
Description: Mature and widely used Unicode and localization library.
|
