clatd: bump version number to 1.7
Now that we believe we have CHECKSUM_PARTIAL support
implemented, it seems worthwhile to bump the version number.
Test: TreeHugger
Bug: 265591307
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: I4d69ab6889b6d16c9947b38c327b1c806890d8cf
diff --git a/clatd.h b/clatd.h
index 85e2c49..e170c58 100644
--- a/clatd.h
+++ b/clatd.h
@@ -48,7 +48,7 @@
// 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]))