From 7f3dea018c8034208b40e2633b04d06f917c1957 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Sat, 6 Jul 2013 15:09:59 -0400 Subject: [PATCH] Version 0.2.1 - no incompatible protocol changes, a few bug fixes and the new status file feature --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index 69ba057cc..66da584fe 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