From: Jeroen van der Heijden Date: Mon, 8 Jul 2019 12:34:19 +0000 (+0200) Subject: Version for new alpha release X-Git-Tag: archive/raspbian/2.0.44-1+rpi1~1^2~3^2~5^2~44 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7be4b5fe5fd2d6342a44d8b1982129849ceda17e;p=siridb-server.git Version for new alpha release --- diff --git a/include/siri/version.h b/include/siri/version.h index 667c6a4b..d92e3cb6 100644 --- a/include/siri/version.h +++ b/include/siri/version.h @@ -6,7 +6,7 @@ #define SIRIDB_VERSION_MAJOR 2 #define SIRIDB_VERSION_MINOR 0 -#define SIRIDB_VERSION_PATCH 34 +#define SIRIDB_VERSION_PATCH 35 /* * Use SIRIDB_VERSION_PRE_RELEASE for alpha release versions. @@ -15,7 +15,7 @@ * Note that debian alpha packages should use versions like this: * 2.0.34-0alpha0 */ -#define SIRIDB_VERSION_PRE_RELEASE "" +#define SIRIDB_VERSION_PRE_RELEASE "-alpha-0" #ifndef NDEBUG #define SIRIDB_VERSION_BUILD_RELEASE "+debug" diff --git a/siridb.conf b/siridb.conf index 89dde8cc..a88cf5c1 100644 --- a/siridb.conf +++ b/siridb.conf @@ -89,9 +89,9 @@ pipe_client_name = siridb_client.sock # Otherwise the HTTP requests `/status`, `/ready` and `/healthy` are available # which can be used for readiness and liveness requests. # -# Example using wget: +# Example usage using wget: # -# wget -q -O - http://node.local:8080/status +# wget -q -O - http://siridb-server.local:8080/status # #http_status_port = 8080 http_status_port = 0