Home
last modified time | relevance | path

Searched refs:parse_curr (Results 1 – 1 of 1) sorted by relevance

/dports/net-im/profanity/profanity-0.11.1/src/
H A Dcommon.c246 int parse_curr = sscanf(PACKAGE_VERSION, "%d.%d.%d", &curr_maj, &curr_min, in release_is_new() local
251 if (parse_found == 3 && parse_curr == 3) { in release_is_new()