X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makefile;h=476070eb2fbb654d054238c45ee335b2ce8fe0eb;hb=8dd3c225255d7084e3aff8740aa4f1f1cabb367a;hp=90e495778f99519ceac575c916996f25b2faa3fa;hpb=d0051dc9939d3477bd92b42c86bcd3eda743b955;p=mothur.git diff --git a/makefile b/makefile index 90e4957..476070e 100644 --- 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