Version for new alpha release
authorJeroen van der Heijden <jeroen@transceptor.technology>
Mon, 8 Jul 2019 12:34:19 +0000 (14:34 +0200)
committerJeroen van der Heijden <jeroen@transceptor.technology>
Mon, 8 Jul 2019 12:34:19 +0000 (14:34 +0200)
include/siri/version.h
siridb.conf

index 667c6a4b73e1b2cfa1db3ecbf63485a9890226f2..d92e3cb6762dfbac0c9ad1e5d91103d027287bf8 100644 (file)
@@ -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"
index 89dde8cc6b7c948d02b3514976f959fcf2c49a0b..a88cf5c11c9dcf7079f990c65f8d1c94af2d44b5 100644 (file)
@@ -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