Bump version in "master" branch to 11

URL: https://github.com/OpenVPN/openvpn-gui/pull/16

Signed-off-by: Samuli Seppänen <samuli@openvpn.net>
pull/19/head v11.0.0.0
Samuli Seppänen 2016-02-22 10:50:11 +02:00
parent c3e2584674
commit fbb5348540
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ dnl distribution); if not, write to the Free Software Foundation, Inc.,
dnl 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
AC_PREREQ(2.59)
define([_GUI_VERSION], [10])
define([_GUI_VERSION], [11])
AC_INIT([OpenVPN GUI],[_GUI_VERSION],[openvpn-devel@lists.sourceforge.net],[openvpn-gui],[https://github.com/openvpn/openvpn-gui/])
AC_DEFINE([PACKAGE_VERSION_RESOURCE], [_GUI_VERSION,0,0,0], [Version in windows resource format])
AC_CONFIG_AUX_DIR([.])