diff options
author | Joe George <joe@zeroc.com> | 2021-02-15 09:51:16 -0500 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2021-02-15 09:51:16 -0500 |
commit | 38cecfcf83521167b5db553da1c05612d88923cb (patch) | |
tree | 315efc136af6ba7550ea5894cdb185858aac3b8e /cpp/msbuild/ice.testuwp.props | |
parent | Support for Ruby 3.0 (Fixes #1257) (#1258) (diff) | |
download | ice-38cecfcf83521167b5db553da1c05612d88923cb.tar.bz2 ice-38cecfcf83521167b5db553da1c05612d88923cb.tar.xz ice-38cecfcf83521167b5db553da1c05612d88923cb.zip |
Update version to v3.8.0
Diffstat (limited to 'cpp/msbuild/ice.testuwp.props')
-rw-r--r-- | cpp/msbuild/ice.testuwp.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/msbuild/ice.testuwp.props b/cpp/msbuild/ice.testuwp.props index 6daab51e011..bc82a0fe067 100644 --- a/cpp/msbuild/ice.testuwp.props +++ b/cpp/msbuild/ice.testuwp.props @@ -4,7 +4,7 @@ <PropertyGroup> <IceBuildingUWP>yes</IceBuildingUWP> <IceCppMapping>cpp11</IceCppMapping> - <IceSoVersion>37</IceSoVersion> + <IceSoVersion>38</IceSoVersion> </PropertyGroup> <Import Project="$(MSBuildThisFileDirectory)\ice.cpp.props"/> |