Bump version to 11.34.0.0

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
pull/538/head OpenVPN-2.6_rc1-I001
Frank Lichtenheld 2022-12-28 13:17:02 +01:00 committed by Frank Lichtenheld
parent 6daee5814f
commit 6398b1df56
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ dnl 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
AC_PREREQ(2.59) AC_PREREQ(2.59)
define([_GUI_VERSION_MAJOR], [11]) define([_GUI_VERSION_MAJOR], [11])
define([_GUI_VERSION_MINOR], [33]) define([_GUI_VERSION_MINOR], [34])
AC_INIT([OpenVPN GUI],[_GUI_VERSION_MAJOR],[openvpn-devel@lists.sourceforge.net],[openvpn-gui],[https://github.com/openvpn/openvpn-gui/]) 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], [_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]) AC_DEFINE([PACKAGE_VERSION_RESOURCE_STR], ["_GUI_VERSION_MAJOR._GUI_VERSION_MINOR.0.0"], [Version as a string])