]> git.donarmstrong.com Git - mothur.git/blobdiff - makefile
finished wrapper for catchall
[mothur.git] / makefile
index 3d0e18de0e40d3b035f101c857c6def36e8cbdfd..1b8e0462007179c8dfd09966153ed4ebb54a21a3 100644 (file)
--- a/makefile
+++ b/makefile
@@ -30,7 +30,7 @@ endif
 
 MOTHUR_FILES = "\"../release\""
 
-RELEASE_DATE = "\"10/26/2010\""
+RELEASE_DATE = "\"11/02/2010\""
 VERSION = "\"1.14.0\""
 
 CXXFLAGS += -DRELEASE_DATE=${RELEASE_DATE} -DVERSION=${VERSION}
@@ -66,7 +66,7 @@ ifeq  ($(strip $(USEMPI)),yes)
 endif
 
 # if you want to enable reading and writing of compressed files, set to yes.
-# The default is no.  this may only work on unix-like systems.
+# The default is no.  this may only work on unix-like systems, not for windows.
 
 USECOMPRESSION ?= no