From 3403732deee256c5c2e355cdce4a7bc2eafd0c45 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Wed, 28 May 2025 16:00:30 +0200 Subject: [PATCH] Bump version to 11.53.0.0 Signed-off-by: Frank Lichtenheld --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index eb413a6..f57208c 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ dnl 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA AC_PREREQ(2.59) define([_GUI_VERSION_MAJOR], [11]) -define([_GUI_VERSION_MINOR], [52]) +define([_GUI_VERSION_MINOR], [53]) AC_INIT([OpenVPN GUI],[_GUI_VERSION_MAJOR],[openvpn-devel@lists.sourceforge.net],[openvpn-gui],[https://github.com/openvpn/openvpn-gui/]) AC_DEFINE([PACKAGE_VERSION_RESOURCE], [_GUI_VERSION_MAJOR,_GUI_VERSION_MINOR,0,0], [Version in windows resource format]) AC_DEFINE([PACKAGE_VERSION_RESOURCE_STR], ["_GUI_VERSION_MAJOR._GUI_VERSION_MINOR.0.0"], [Version as a string])