diff options
author | 2000-04-12 21:46:42 +0000 | |
---|---|---|
committer | 2000-04-12 21:46:42 +0000 | |
commit | 33bf38598f4df229a1187ec7df5f38c1a900537c (patch) | |
tree | 3453d95408e3e91b78067ef7f4a370b7cb5d3f13 | |
parent | FTP Proxy changes introduced in 3.3.12 were too agressive. Tone down (diff) | |
download | wireguard-openbsd-33bf38598f4df229a1187ec7df5f38c1a900537c.tar.xz wireguard-openbsd-33bf38598f4df229a1187ec7df5f38c1a900537c.zip |
bump ipf version (3.3.12a) to go with last commit
-rw-r--r-- | sys/netinet/ipl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ipl.h b/sys/netinet/ipl.h index 50e8ae094ed..51ff1be4026 100644 --- a/sys/netinet/ipl.h +++ b/sys/netinet/ipl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ipl.h,v 1.7 2000/04/05 05:35:27 kjell Exp $ */ +/* $OpenBSD: ipl.h,v 1.8 2000/04/12 21:46:42 kjell Exp $ */ /* * Copyright (C) 1993-1999 by Darren Reed. @@ -13,6 +13,6 @@ #ifndef __IPL_H__ #define __IPL_H__ -#define IPL_VERSION "IP Filter: v3.3.12" +#define IPL_VERSION "IP Filter: v3.3.12a" #endif |