bump version to v0.3.1-beta

This commit is contained in:
Léo Haf 2025-03-20 09:18:05 +01:00
parent 2607be583a
commit 1205279125
Signed by: Retropex
GPG Key ID: F5073C4F4882FFFC
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.21)
project(DATUM VERSION 0.3.0 LANGUAGES C)
project(DATUM VERSION 0.3.1 LANGUAGES C)
set(CMAKE_C_STANDARD 23)
include(GNUInstallDirs)

View File

@ -45,7 +45,7 @@
// Works out to over 5 minutes of jobs at 30-40 second work change intervals. No miner should be holding on to work this long.
#define MAX_DATUM_PROTOCOL_JOBS 8
#define DATUM_PROTOCOL_VERSION "v0.3.0-beta" // this is sent to the server as a UA
#define DATUM_PROTOCOL_VERSION "v0.3.1-beta" // this is sent to the server as a UA
#define DATUM_PROTOCOL_CONNECT_TIMEOUT 30
#define DATUM_PROTOCOL_MAX_CMD_DATA_SIZE 4194304 // 2^22 - protocol limit!