diff --git a/src/constants.h b/src/constants.h index 8ae1397..686b119 100644 --- a/src/constants.h +++ b/src/constants.h @@ -10,8 +10,8 @@ static const int MINIMUM_WINDOW_HEIGHT = 300; static const int DEFAULT_RS_PORT = 14043; static const int DEFAULT_RS_API_PORT = 14053; -static const int VERSION_MAJOR = 0; -static const int VERSION_MINOR = 3; +static const int VERSION_MAJOR = 1; +static const int VERSION_MINOR = 0; static const int VERSION_PATCH = 0; static const int RECEIVER_FPS = 30;