From b208059dd308edc2ad66d770ad34822188248225 Mon Sep 17 00:00:00 2001 From: HipsterSloth Date: Mon, 3 Jul 2017 22:08:17 -0700 Subject: [PATCH] Bumping release version to 0.9alpha8.6.3 --- src/psmoveprotocol/ProtocolVersion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/psmoveprotocol/ProtocolVersion.h b/src/psmoveprotocol/ProtocolVersion.h index b84e956e..9714f21a 100644 --- a/src/psmoveprotocol/ProtocolVersion.h +++ b/src/psmoveprotocol/ProtocolVersion.h @@ -14,7 +14,7 @@ #define PSM_RELEASE_VERSION_PHASE alpha #define PSM_RELEASE_VERSION_MINOR 8 #define PSM_RELEASE_VERSION_RELEASE 6 -#define PSM_RELEASE_VERSION_HOTFIX 2 +#define PSM_RELEASE_VERSION_HOTFIX 3 /// "Product.Major-Phase Minor.Release.Hotfix" #if !defined(PSM_RELEASE_VERSION_STRING)