From: james Date: Fri, 25 Jan 2008 01:01:51 +0000 (+0000) Subject: Added a few extra files that exist in the svn repo X-Git-Tag: v2.1_rc7~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67463ad59203dac8598098c8b4aec0bbd434c409;p=thirdparty%2Fopenvpn.git Added a few extra files that exist in the svn repo but were not being copied into the tarball by make dist. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2674 e7ae566f-a301-0410-adde-c780ea21d3b5 --- diff --git a/Makefile.am b/Makefile.am index e1d651941..84a89c2ff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -127,7 +127,11 @@ EXTRA_DIST = \ contrib \ debug \ plugin \ - management + management \ + images \ + ieproxy.c \ + ieproxy.h \ + domake-win dist-hook: cd $(distdir) && for i in $(EXTRA_DIST) ; do find $$i -name .svn -type d -prune -exec rm -rf '{}' ';' ; rm -f `find $$i -type f | grep -E '(^|\/)\.?\#|\~$$|\.s?o$$'` ; done diff --git a/version.m4 b/version.m4 index fcc3862bd..2b5bcf619 100644 --- a/version.m4 +++ b/version.m4 @@ -1,2 +1,2 @@ dnl define the OpenVPN version -define(PRODUCT_VERSION,[2.1_rc6]) +define(PRODUCT_VERSION,[2.1_rc6a])