]> git.donarmstrong.com Git - mothur.git/blobdiff - makefile
added mantel command
[mothur.git] / makefile
index 5eb8daaab6d8163b1b48852ccef7e21a406b28dc..caa73572d0911d5dc8f7ddce2f3b08a88bb47ee3 100644 (file)
--- a/makefile
+++ b/makefile
@@ -30,8 +30,8 @@ endif
 
 MOTHUR_FILES = "\"../release\""
 
-RELEASE_DATE = "\"12/10/2010\""
-VERSION = "\"1.15.0\""
+RELEASE_DATE = "\"2/7/2011\""
+VERSION = "\"1.16.0\""
 
 CXXFLAGS += -DRELEASE_DATE=${RELEASE_DATE} -DVERSION=${VERSION}
 
@@ -58,7 +58,7 @@ ifeq  ($(strip $(USEREADLINE)),yes)
       -lncurses
 endif
 
-USEMPI ?= yes
+USEMPI ?= no
 
 ifeq  ($(strip $(USEMPI)),yes)
     CXX = mpic++