From: james Date: Mon, 15 Sep 2008 23:39:53 +0000 (+0000) Subject: Patched Makefile.am so that the new t_cltsrv-down.sh script becomes X-Git-Tag: v2.1_rc12~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0d1154b30567ec23e4ecee1227f7250fc757002;p=thirdparty%2Fopenvpn.git Patched Makefile.am so that the new t_cltsrv-down.sh script becomes part of the tarball (Matthias Andree). git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3332 e7ae566f-a301-0410-adde-c780ea21d3b5 --- diff --git a/Makefile.am b/Makefile.am index b4da7714d..643b56e36 100644 --- a/Makefile.am +++ b/Makefile.am @@ -64,7 +64,8 @@ dist_noinst_HEADERS = \ dist_noinst_SCRIPTS = \ $(TESTS) \ doclean \ - domake-win + domake-win \ + t_cltsrv-down.sh dist_noinst_DATA = \ openvpn.spec \ diff --git a/version.m4 b/version.m4 index 816cf9c51..8131ef032 100644 --- a/version.m4 +++ b/version.m4 @@ -1,5 +1,5 @@ dnl define the OpenVPN version -define(PRODUCT_VERSION,[2.1_rc11]) +define(PRODUCT_VERSION,[2.1_rc11a]) dnl define the TAP version define(PRODUCT_TAP_ID,[tap0901]) define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9])