From cb2d7311eb80d7a1bbb58d64d525aa24f13e5f89 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Sat, 5 May 2012 07:39:04 +0300 Subject: [PATCH] build: change version to indicate the master branch is not a version Signed-off-by: Alon Bar-Lev Signed-off-by: Eric F Crist --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 61703a2..4dac985 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([easy-rsa], [2.1.0], [openvpn-users@lists.sourceforge.net]) +AC_INIT([easy-rsa], [2.1.0_master], [openvpn-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([./easy-rsa/2.0/build-key-pass]) AM_INIT_AUTOMAKE