Browse code

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

james authored on 2008/09/16 08:39:53
Showing 2 changed files
... ...
@@ -64,7 +64,8 @@ dist_noinst_HEADERS = \
64 64
 dist_noinst_SCRIPTS = \
65 65
 	$(TESTS) \
66 66
 	doclean \
67
-	domake-win
67
+	domake-win \
68
+	t_cltsrv-down.sh
68 69
 
69 70
 dist_noinst_DATA = \
70 71
 	openvpn.spec \
... ...
@@ -1,5 +1,5 @@
1 1
 dnl define the OpenVPN version
2
-define(PRODUCT_VERSION,[2.1_rc11])
2
+define(PRODUCT_VERSION,[2.1_rc11a])
3 3
 dnl define the TAP version
4 4
 define(PRODUCT_TAP_ID,[tap0901])
5 5
 define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9])