Update version
authorJeroen van der Heijden <jeroen@transceptor.technology>
Thu, 12 Nov 2020 08:39:04 +0000 (09:39 +0100)
committerJeroen van der Heijden <jeroen@transceptor.technology>
Thu, 12 Nov 2020 08:39:04 +0000 (09:39 +0100)
include/siri/version.h
src/siri/health.c

index 006a6623ac33762a9bdc3bef10b5d389f72cb111..f1d6505444bd4cf60c267e64cbbb96d4ccd1e0c3 100644 (file)
@@ -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"
index a7e0916ebeb83f5596516cc106e4e83d0fac0454..7d4c5e73c9da94834e9736d630ee15a72aa11c39 100644 (file)
@@ -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)