diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2009-12-11 23:44:34 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2009-12-11 23:44:34 +0000 |
commit | 0777d054cdd146c974e3a0b47601a61969893616 (patch) | |
tree | af01fa01df0301c3e1ceceaebd264436c269074c /version.m4 | |
parent | Version 2.1.0 (diff) | |
download | openvpn-0777d054cdd146c974e3a0b47601a61969893616.tar.xz |
Fixed some breakage in openvpn.spec (which is required to build anv2.1.1
RPM distribution) where it was referencing a non-existent
subdirectory in the tarball, causing it to fail (patch from
David Sommerseth).
Version 2.1.1.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@5269 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'version.m4')
-rw-r--r-- | version.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ dnl define the OpenVPN version -define(PRODUCT_VERSION,[2.1.0]) +define(PRODUCT_VERSION,[2.1.1]) dnl define the TAP version define(PRODUCT_TAP_ID,[tap0901]) define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9]) |