From fbb5348540a755ee7468066c0ec7ab0120117de6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuli=20Sepp=C3=A4nen?= Date: Mon, 22 Feb 2016 10:50:11 +0200 Subject: [PATCH] Bump version in "master" branch to 11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit URL: https://github.com/OpenVPN/openvpn-gui/pull/16 Signed-off-by: Samuli Seppänen --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 442af4a..5090ccf 100644 --- a/configure.ac +++ b/configure.ac @@ -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([.])