Commit c492d476 authored by Wensong Zhang's avatar Wensong Zhang Committed by David S. Miller

[IPVS]: Update version to 1.2.1

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c9cb187f
......@@ -8,7 +8,7 @@
#include <asm/types.h> /* For __uXX types */
#define IP_VS_VERSION_CODE 0x010200
#define IP_VS_VERSION_CODE 0x010201
#define NVERSION(version) \
(version >> 16) & 0xFF, \
(version >> 8) & 0xFF, \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment