Skip to content

Commit

Permalink
Bump version to OpenVPN 2.5.0-I601
Browse files Browse the repository at this point in the history
Signed-off-by: Samuli Seppänen <[email protected]>
  • Loading branch information
mattock committed Oct 28, 2020
1 parent ca9aa00 commit 0fd415a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion generic/build.vars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ OPENSSL_VERSION="${OPENSSL_VERSION:-1.1.1h}"
PKCS11_HELPER_VERSION="${PKCS11_HELPER_VERSION:-1.26.0}"
LZO_VERSION="${LZO_VERSION:-2.10}"
TAP_WINDOWS_VERSION="${TAP_WINDOWS_VERSION:-9.24.6}"
OPENVPN_VERSION="${OPENVPN_VERSION:-2.5_rc3}"
OPENVPN_VERSION="${OPENVPN_VERSION:-2.5.0}"
OPENVPN_GUI_VERSION="${OPENVPN_GUI_VERSION:-11}"

OPENSSL_URL="${OPENSSL_URL:-https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz}"
Expand Down
6 changes: 3 additions & 3 deletions windows-msi/version.m4
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ define([PRODUCT_NAME], [OpenVPN])
define([PRODUCT_PUBLISHER], [OpenVPN, Inc.])

dnl The package version as displayed by UI and used in filenames (no spaces, please).
define([PACKAGE_VERSION], [2.5-rc3-I601])
define([PACKAGE_VERSION], [2.5.0-I601])

dnl The MSI product version in the form of n[.n[.n]] (numbers only).
dnl The third field is 100*product release + package version.
dnl The fourth field is ignored by MSI.
define([PRODUCT_VERSION], [2.5.018])
define([PRODUCT_VERSION], [2.5.019])

dnl The MSI product code MUST change on each product release.
define([PRODUCT_CODE], [{E5931AF4-2A8F-48A5-AFC8-EAF137889D7B}])
define([PRODUCT_CODE], [{E5931AF4-2A8F-48A5-AFC8-3605AD5C0A0C}])

dnl The MSI upgrade codes MUST persist for all versions of the same product line.
dnl Please use own upgrade codes when deploying a non-official OpenVPN release.
Expand Down

0 comments on commit 0fd415a

Please sign in to comment.