summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-01-25 01:01:51 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-01-25 01:01:51 +0000
commit67463ad59203dac8598098c8b4aec0bbd434c409 (patch)
tree52fff666af8cd1c166263a6aef9c0d12bc69abf2
parent9a569a97c96d1edd28deeca2a24986236ddc97a9 (diff)
downloadopenvpn-67463ad59203dac8598098c8b4aec0bbd434c409.tar.gz
openvpn-67463ad59203dac8598098c8b4aec0bbd434c409.tar.xz
openvpn-67463ad59203dac8598098c8b4aec0bbd434c409.zip
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
-rw-r--r--Makefile.am6
-rw-r--r--version.m42
2 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index e1d6519..84a89c2 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 fcc3862..2b5bcf6 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])