#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.
#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
((query_select_t *) query->data)->headtail = head;
- LOGC("Head: %zd", ((query_select_t *) query->data)->headtail);
-
SIRIPARSER_NEXT_NODE
}
((query_select_t *) query->data)->headtail = -tail;
- LOGC("Tail: %zd", ((query_select_t *) query->data)->headtail);
-
SIRIPARSER_NEXT_NODE
}