Skip to content

Commit f080b6a

Browse files
author
Yuriy Darnobyt
committed
Prepare release of 2.6.14-I004
Signed-off-by: Yuriy Darnobyt <[email protected]>
1 parent 11aeb86 commit f080b6a

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
@@ -14,13 +14,13 @@ GPG_KEY_ID="F554A3687412CFFEBDEFE0A312F5F7B42F2B01E7"
1414
# This also helps catch various problems with expired subkeys and public
1515
# keys.
1616
GPG_OPTS="--no-default-keyring --keyring ~/[email protected]/pubring.kbx"
17-
GIT_AUTHOR="Frank Lichtenheld <frank.lichtenheld@openvpn.net>"
17+
GIT_AUTHOR="Yuriy Darnobyt <yuriy.darnobyt@openvpn.net>"
1818

1919
# Sometimes we release MSI build only with new INSTALLER_BUILD version
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.6.13}"
@@ -38,7 +38,7 @@ OPENVPN_DCO_CURRENT_VERSION="${OPENVPN_DCO_CURRENT_VERSION:-0.2.20250801}"
3838
OPENVPN_DCO_CURRENT_TAG="${OPENVPN_DCO_CURRENT_TAG:-refs/tags/v$OPENVPN_DCO_CURRENT_VERSION}"
3939
OPENVPN_DCO_PREVIOUS_TAG="refs/tags/v$OPENVPN_DCO_PREVIOUS_VERSION"
4040

41-
INSTALLER_BUILD=3
41+
INSTALLER_BUILD=4
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`

windows-msi/version.m4

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

4343
dnl The package version as displayed by UI and used in filenames (no spaces, please).
44-
define([PACKAGE_VERSION], [2.6.14-I003])
44+
define([PACKAGE_VERSION], [2.6.14-I004])
4545

4646
dnl The MSI product version in the form of n[.n[.n]] (numbers only).
4747
dnl The third field is 100*openvpn bugfix release + MSI build number.
4848
dnl So for the 2nd MSI build for OpenVPN 2.6.3 use 2.6.302
49-
define([PRODUCT_VERSION], [2.6.1403])
49+
define([PRODUCT_VERSION], [2.6.1404])
5050

5151
dnl The MSI product code MUST change on each product release.
52-
define([PRODUCT_CODE], [{158CB285-AEA8-4403-AFAB-129B3887C7E7}])
52+
define([PRODUCT_CODE], [{AA90790B-B437-4368-B920-DFC5991900D5}])
5353

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

0 commit comments

Comments
 (0)