* 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 "-alpha-1"
#ifndef NDEBUG
#define SIRIDB_VERSION_BUILD_RELEASE "+debug"
break;
}
- if (!tag->series->len)
- {
- log_warning("Removing tag '%s' since it has no series", tag->name);
- tag->flags |= TAG_FLAG_CLEANUP;
- siridb_tag_decref(tag);
- continue;
- }
-
if (ct_add(siridb->tags->tags, tag->name, tag))
{
log_error("Cannot add tag to collection");
{
siridb->tags->next_id = tag->id + 1;
}
-
}
while (total--)