configure.ac |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 53ba2283c81ea7812538dc1c846a81fcb037fb10
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Fri Apr 14 08:30:19 2023 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Fri Apr 14 10:25:22 2023 +0200

    Latest VS 2022 Preview is 17.6.0 now
    
    ...while latest proper VS 2022 is 17.5.4
    
    Change-Id: I7d3ff3dea730cf1490a0198922281792e524ed9a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150382
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/configure.ac b/configure.ac
index d0693d23cd77..a7d04b853365 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3981,7 +3981,7 @@ map_vs_year_to_version()
     2022)
         vsversion=17;;
     2022preview)
-        vsversion=17.5;;
+        vsversion=17.6;;
     *)
         AC_MSG_ERROR([Assertion failure - invalid argument "$1" to 
map_vs_year_to_version()]);;
     esac
@@ -4101,7 +4101,7 @@ find_msvc()
             vcyear=2019
             vctoolset=v142
             ;;
-        17.0 | 17.5)
+        17.0 | 17.6)
             vcyear=2022
             vctoolset=v143
             ;;
@@ -4273,7 +4273,7 @@ if test "$_os" = "WINNT"; then
         # are always "better", we list them in reverse chronological order.
 
         case "$vcnumwithdot" in
-        16.0 | 17.0 | 17.5)
+        16.0 | 17.0 | 17.6)
             WINDOWS_SDK_ACCEPTABLE_VERSIONS="10.0 8.1A 8.1 8.0"
             ;;
         esac
@@ -6614,7 +6614,7 @@ find_msms()
 
     msmdir=
     case "$VCVER" in
-    16.0 | 17.0 | 17.5)
+    16.0 | 17.0 | 17.6)
         for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
             my_msm_dir="$VC_PRODUCT_DIR/redist/MSVC/$l/MergeModules/"
             echo "$as_me:$LINENO: looking for $my_msm_dir${my_msm_file}])" >&5
@@ -6650,7 +6650,7 @@ find_msvc_x64_dlls()
 
     msvcdllpath="$VC_PRODUCT_DIR/redist/x64/Microsoft.VC${VCVER}.CRT"
     case "$VCVER" in
-    16.0 | 17.0 | 17.5)
+    16.0 | 17.0 | 17.6)
         for crtver in 141 142 143; do
             for l in `ls -1 $VC_PRODUCT_DIR/redist/MSVC/`; do
                 echo "$as_me:$LINENO: testing 
$VC_PRODUCT_DIR/redist/MSVC/$l/x64/Microsoft.VC$crtver.CRT" >&5

Reply via email to