summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Żenczykowski <maze@google.com>2023-03-16 13:27:56 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-03-16 13:27:56 +0000
commit4063f3e884f0bbdd59ac9c7d2106501d4ef5754c (patch)
treeff0c09cf743d0e45889eb3f12105600721fa33b0
parent3ec1c43e4cbb2ef830503e8c00a5f2ca3d8efe8a (diff)
parentd775fd7e175f5bc7946ec2dc41235348049c50e8 (diff)
downloadandroid-clat-4063f3e884f0bbdd59ac9c7d2106501d4ef5754c.tar.gz
Merge "clatd: bump version number to 1.7"android-u-beta-1-gpl
-rw-r--r--clatd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clatd.h b/clatd.h
index 85e2c49..e170c58 100644
--- a/clatd.h
+++ b/clatd.h
@@ -48,7 +48,7 @@ struct tun_data;
// plus some extra just-in-case headroom, because it doesn't hurt.
#define MAXDUMPLEN (64 + MAXMTU)
-#define CLATD_VERSION "1.6"
+#define CLATD_VERSION "1.7"
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))