diff --git a/src/psmoveprotocol/ProtocolVersion.h b/src/psmoveprotocol/ProtocolVersion.h index 71d5cbf6..2db34a63 100644 --- a/src/psmoveprotocol/ProtocolVersion.h +++ b/src/psmoveprotocol/ProtocolVersion.h @@ -13,8 +13,8 @@ #define PSM_RELEASE_VERSION_MAJOR 9 #define PSM_RELEASE_VERSION_PHASE alpha #define PSM_RELEASE_VERSION_MINOR 8 -#define PSM_RELEASE_VERSION_RELEASE 7 -#define PSM_RELEASE_VERSION_HOTFIX 2 +#define PSM_RELEASE_VERSION_RELEASE 8 +#define PSM_RELEASE_VERSION_HOTFIX 0 /// "Product.Major-Phase Minor.Release.Hotfix" #if !defined(PSM_RELEASE_VERSION_STRING)