diff --git a/release/vars.example b/release/vars.example index ff4b6281..9683fe3a 100644 --- a/release/vars.example +++ b/release/vars.example @@ -29,7 +29,7 @@ OPENVPN_CURRENT_TAG="${OPENVPN_CURRENT_TAG:-HEAD}" OPENVPN_PREVIOUS_TAG="refs/tags/v$OPENVPN_PREVIOUS_VERSION" OPENVPN_GUI_CURRENT_MAJ_VERSION=11 -OPENVPN_GUI_CURRENT_MIN_VERSION=63 +OPENVPN_GUI_CURRENT_MIN_VERSION=64 OPENVPN_GUI_CURRENT_FULL_VERSION="$OPENVPN_GUI_CURRENT_MAJ_VERSION.$OPENVPN_GUI_CURRENT_MIN_VERSION.0.0" OPENVPN_GUI_BRANCH="master" diff --git a/src/openvpn-gui b/src/openvpn-gui index e1c958d9..caf280cc 160000 --- a/src/openvpn-gui +++ b/src/openvpn-gui @@ -1 +1 @@ -Subproject commit e1c958d9ada1094db5916d797cc3f673d111bea6 +Subproject commit caf280cc0f45d4c95d463945a02d1c23638c05eb diff --git a/windows-msi/version.m4 b/windows-msi/version.m4 index 94f6f098..20bbf786 100644 --- a/windows-msi/version.m4 +++ b/windows-msi/version.m4 @@ -12,7 +12,7 @@ define([PRODUCT_TAP_WIN_NAME], [TAP-Windows]) dnl ovpn-dco binaries dnl renovate: datasource=github-releases depName=OpenVPN/ovpn-dco-win -define([PRODUCT_OVPN_DCO_VERSION], [2.8.2]) +define([PRODUCT_OVPN_DCO_VERSION], [2.8.3]) dnl OpenVPNServ2.exe binary dnl renovate: datasource=github-releases depName=OpenVPN/openvpnserv2 versioning=loose