diff options
author | Mohit Mehta <mohit@vyatta.com> | 2011-02-04 18:32:59 -0800 |
---|---|---|
committer | Mohit Mehta <mohit@vyatta.com> | 2011-02-04 18:32:59 -0800 |
commit | 522b39e706336f352177e145680c0b4fc233040b (patch) | |
tree | 4fecfb7e38562e1b03edbc915cfa20e8f6f17d07 /Makefile.am | |
parent | 1bd907e77e17891f604de1e455af11474094321d (diff) | |
download | vyatta-cfg-vpn-522b39e706336f352177e145680c0b4fc233040b.tar.gz vyatta-cfg-vpn-522b39e706336f352177e145680c0b4fc233040b.zip |
change ipsec config version in Makefile as well
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 36fb4e9..a9ca91a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,7 @@ sbin_SCRIPTS += scripts/vyatta-vpn-ppp-updown.pl share_perl5_DATA = lib/Vyatta/VPN/Util.pm -curver_DATA = cfg-version/ipsec@2 +curver_DATA = cfg-version/ipsec@3 cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd |