]> git.donarmstrong.com Git - mothur.git/blobdiff - makefile
added sequence name to error string in fastq.info. Changed np_shannon to npshannon.
[mothur.git] / makefile
index 90e495778f99519ceac575c916996f25b2faa3fa..476070eb2fbb654d054238c45ee335b2ce8fe0eb 100644 (file)
--- a/makefile
+++ b/makefile
@@ -15,8 +15,8 @@ USEREADLINE ?= yes
 CYGWIN_BUILD ?= no
 USECOMPRESSION ?= no
 MOTHUR_FILES="\"Enter_your_default_path_here\""
-RELEASE_DATE = "\"12/7/2011\""
-VERSION = "\"1.22.0\""
+RELEASE_DATE = "\"1/9/2012\""
+VERSION = "\"1.23.0\""
 FORTAN_COMPILER = gfortran
 
 # Optimize to level 3:
@@ -32,6 +32,7 @@ ifeq  ($(strip $(64BIT_VERSION)),yes)
        #if you using cygwin to build Windows the following line
        #CXX = x86_64-w64-mingw32-g++
        #CC = x86_64-w64-mingw32-g++
+       #FORTAN_COMPILER = x86_64-w64-mingw32-gfortran
        #TARGET_ARCH += -m64 -static
 
        #if you are a linux user use the following line