Skip to content

Commit 5cdaf92

Browse files
committed
Merge tag 'OpenVPN-2.7_alpha2-I002' into release/2.7
OpenVPN-2.7_alpha2-I002
2 parents 774146a + a029585 commit 5cdaf92

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

release/vars.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ GIT_AUTHOR="Yuriy Darnobyt <[email protected]>"
2020
# It does not require to tag and push OpenVPN sources again
2121
# It also does not require to re-build linux packages
2222
# With MSI_BUILD_ONLY="YES" we can skip all that steps
23-
MSI_BUILD_ONLY="NO"
23+
MSI_BUILD_ONLY="YES"
2424

2525
# Version numbers
2626
OPENVPN_PREVIOUS_VERSION="${OPENVPN_PREVIOUS_VERSION:-2.7_alpha1}"
@@ -38,11 +38,11 @@ OPENVPN_DCO_CURRENT_VERSION="${OPENVPN_DCO_CURRENT_VERSION:-6.15.0.2025061700}"
3838
OPENVPN_DCO_CURRENT_TAG="${OPENVPN_DCO_CURRENT_TAG:-refs/tags/ovpn-net-next/main-6.15.0-2025061700}"
3939
OPENVPN_DCO_PREVIOUS_TAG="${OPENVPN_DCO_PREVIOUS_TAG:-refs/tags/ovpn-net-next/main-6.15.0-rc5-2025052802}"
4040

41-
INSTALLER_BUILD=1
41+
INSTALLER_BUILD=2
4242
INSTALLER_VERSION="I"$(printf "%03d\n" $INSTALLER_BUILD)
4343
# Debian packaging scripts do not allow underscores (e.g "2.4_alpha2")
4444
DEBIAN_UPSTREAM_VERSION=`echo $OPENVPN_CURRENT_VERSION|sed s/"_"/"~"/g`
45-
DEBIAN_PACKAGE_VERSION="1"
45+
DEBIAN_PACKAGE_VERSION="2"
4646
DEBIAN_PACKAGE_BUILD_ARCHS="amd64 arm64"
4747
# Which Debian repos to publish to
4848
FREIGHT_REPOS="testing release_27"

windows-msi/version.m4

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ define([PRODUCT_NAME], [OpenVPN])
3636
define([PRODUCT_PUBLISHER], [OpenVPN, Inc.])
3737

3838
dnl The package version as displayed by UI and used in filenames (no spaces, please).
39-
define([PACKAGE_VERSION], [2.7_alpha2-I001])
39+
define([PACKAGE_VERSION], [2.7_alpha2-I002])
4040

4141
dnl The MSI product version in the form of n[.n[.n]] (numbers only).
4242
dnl The third field is 100*openvpn bugfix release + MSI build number.
4343
dnl So for the 2nd MSI build for OpenVPN 2.6.3 use 2.6.302
44-
define([PRODUCT_VERSION], [2.7.001])
44+
define([PRODUCT_VERSION], [2.7.002])
4545

4646
dnl The MSI product code MUST change on each product release.
47-
define([PRODUCT_CODE], [{A0097D79-2894-4501-A914-492B62BF619A}])
47+
define([PRODUCT_CODE], [{2C7DFCA5-0685-407B-B8F7-F7FDA03EC166}])
4848

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

0 commit comments

Comments
 (0)