From: Jeroen van der Heijden Date: Thu, 12 Nov 2020 08:39:04 +0000 (+0100) Subject: Update version X-Git-Tag: archive/raspbian/2.0.44-1+rpi1~1^2~3^2~1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=48bd0138da5555f0cab81170719f9424a1e313ba;p=siridb-server.git Update version --- diff --git a/include/siri/version.h b/include/siri/version.h index 006a6623..f1d65054 100644 --- a/include/siri/version.h +++ b/include/siri/version.h @@ -15,7 +15,7 @@ * Note that debian alpha packages should use versions like this: * 2.0.34-0alpha0 */ -#define SIRIDB_VERSION_PRE_RELEASE "-alpha-0" +#define SIRIDB_VERSION_PRE_RELEASE "" #ifndef NDEBUG #define SIRIDB_VERSION_BUILD_RELEASE "+debug" diff --git a/src/siri/health.c b/src/siri/health.c index a7e0916e..7d4c5e73 100644 --- a/src/siri/health.c +++ b/src/siri/health.c @@ -187,7 +187,7 @@ static uv_buf_t * health__get_ready_response(void) * * In case the the replica is off-line we want to respond using `OK` * since the an environment like Kubernetes can continue to start - * the next pod. + * the next pod. (see issue #153) */ siridb_node = siri.siridb_list->first; while (siridb_node != NULL)