* SConstruct
  (MSVC_VERSION): Allow specifying VC 14.3 (2022).


git-svn-id: https://svn.apache.org/repos/asf/serf/trunk@1909316 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/SConstruct b/SConstruct
index a668196..a40128f 100644
--- a/SConstruct
+++ b/SConstruct
@@ -154,7 +154,7 @@
     EnumVariable('MSVC_VERSION',
                  "Visual C++ to use for building",
                  None,
-                 allowed_values=('14.2', '14.1', '14.0', '12.0',
+                 allowed_values=('14.3', '14.2', '14.1', '14.0', '12.0',
                                  '11.0', '10.0', '9.0', '8.0', '6.0'),
                  map={'2005' :  '8.0',
                       '2008' :  '9.0',
@@ -164,6 +164,7 @@
                       '2015' : '14.0',
                       '2017' : '14.1',
                       '2019' : '14.2',
+                      '2022' : '14.3',
                      }),
 
     # We always documented that we handle an install layout, but in fact we