1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-25 10:15:50 +00:00

Fix alpha legacy dir detection, Fix SemVer value ctor

This commit is contained in:
Vojtech Kral
2018-04-19 18:29:19 +02:00
parent bdaf1b01be
commit d671e06c32
4 changed files with 24 additions and 6 deletions
+3
View File
@@ -98,6 +98,9 @@ semver_is_valid (const char *s);
int
semver_clean (char *s);
char *
semver_strdup(const char *src);
semver_t
semver_copy(const semver_t *ver);