increase version to 3.0.2, eliminate duplicated version string, rerun autoconf stuff

This commit is contained in:
Scott Draves
2015-05-16 14:27:59 -04:00
parent 035ab3d4e9
commit 1252833105
6 changed files with 21 additions and 23 deletions
+1 -1
View File
@@ -62,7 +62,7 @@
char *flam3_version() {
if (strcmp(GIT_REV, ""))
return flam3_os "-" VERSION "." GIT_REV;
return flam3_os "-" GIT_REV;
return flam3_os "-" VERSION;
}