diff --git a/_includes/2020/KeymanVersion.php b/_includes/2020/KeymanVersion.php index 6a10f1aa..ca1331ce 100644 --- a/_includes/2020/KeymanVersion.php +++ b/_includes/2020/KeymanVersion.php @@ -5,9 +5,9 @@ class KeymanVersion { /* These constant values must be updated manually when we do a beta or stable release. */ - public const stable_version_int = 16; + public const stable_version_int = 17; public const beta_version_int = 17; - public const stable_version = '16.0'; + public const stable_version = '17.0'; public const beta_version = '17.0'; public const unicode_version = '15.0'; diff --git a/downloads/archive/index.php b/downloads/archive/index.php index 9112885e..3d10a6a5 100644 --- a/downloads/archive/index.php +++ b/downloads/archive/index.php @@ -14,6 +14,7 @@ // These variables should be progressively added if we update older versions. // 14.0 onward uses 3 numbers instead of 4 + $ver_windows_16 = "16.0.147"; $ver_windows_15 = "15.0.274"; $ver_windows_14 = "14.0.294"; $ver_windows_13 = "13.0.118.0"; @@ -24,6 +25,7 @@