Skip to content

Commit

Permalink
Bump version to 11.48.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Yuriy Darnobyt <[email protected]>
  • Loading branch information
uddr authored and Yuriy Darnobyt committed Mar 20, 2024
1 parent d1756f0 commit 9c0c488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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], [47])
define([_GUI_VERSION_MINOR], [48])
AC_INIT([OpenVPN GUI],[_GUI_VERSION_MAJOR],[[email protected]],[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])
Expand Down

0 comments on commit 9c0c488

Please sign in to comment.