From 6c53891b44d40caae136dcc22965a7a6fe5fca49 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 9 Aug 2013 17:21:35 -0400 Subject: [PATCH] Version 0.4.1 - RateLimiter for multicast, bug fixes. This version adds a draft of the multicast rate limiting architecture. A few minor bugs are also fixed. The Linux version builds in debug mode for now. --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index 99e04e491..31fa46e50 100644 --- a/version.h +++ b/version.h @@ -41,6 +41,6 @@ /** * Revision: 16-bit (0-65535) */ -#define ZEROTIER_ONE_VERSION_REVISION 0 +#define ZEROTIER_ONE_VERSION_REVISION 1 #endif