switched to git version rather than subversion

This commit is contained in:
EReckase
2015-04-12 09:19:17 -06:00
parent facfbd6292
commit d52cd965e7
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -61,8 +61,8 @@
char *flam3_version() {
if (strcmp(SVN_REV, "exported"))
return flam3_os "-" VERSION "." SVN_REV;
if (strcmp(GIT_REV, ""))
return flam3_os "-" VERSION "." GIT_REV;
return flam3_os "-" VERSION;
}