Upd version and rm log
authorJeroen van der Heijden <jeroen@cesbit.com>
Thu, 12 May 2022 12:14:23 +0000 (14:14 +0200)
committerJeroen van der Heijden <jeroen@cesbit.com>
Thu, 12 May 2022 12:14:23 +0000 (14:14 +0200)
include/siri/version.h
src/siri/db/listener.c

index 5162ae955443f7647e1a5eb9eabd16ebff895c45..9076261622975d63287f2451aeaf4818a23debf9 100644 (file)
@@ -6,7 +6,7 @@
 
 #define SIRIDB_VERSION_MAJOR 2
 #define SIRIDB_VERSION_MINOR 0
-#define SIRIDB_VERSION_PATCH 47
+#define SIRIDB_VERSION_PATCH 48
 
 /*
  * Use SIRIDB_VERSION_PRE_RELEASE for alpha release versions.
@@ -20,7 +20,7 @@
 #ifndef NDEBUG
 #define SIRIDB_VERSION_BUILD_RELEASE "+debug"
 #else
-#define SIRIDB_VERSION_BUILD_RELEASE ""
+#define SIRIDB_VERSION_BUILD_RELEASE "-alpha-0"
 #endif
 
 #define SIRIDB_STRINGIFY(num) #num
index af709c1c1cba528049264719ded6c4eb50db22c6..6761102296f20d7f9d8ec6edde7e534f608a3f7e 100644 (file)
@@ -1981,8 +1981,6 @@ static void exit_head_expr(uv_async_t * handle)
 
     ((query_select_t *) query->data)->headtail = head;
 
-    LOGC("Head: %zd", ((query_select_t *) query->data)->headtail);
-
     SIRIPARSER_NEXT_NODE
 }
 
@@ -2004,8 +2002,6 @@ static void exit_tail_expr(uv_async_t * handle)
 
     ((query_select_t *) query->data)->headtail = -tail;
 
-    LOGC("Tail: %zd", ((query_select_t *) query->data)->headtail);
-
     SIRIPARSER_NEXT_NODE
 }