X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makefile;h=6f8a42343be48654dc77ef2e021caf601a02ff2e;hb=2ecee16fec29d4c525f740ec19b27962ca09c050;hp=d8e6dcd603913805b0355d3f69173f25cf7803b2;hpb=91a27e0483827c06c21c4fe89558923bbfe86573;p=mothur.git diff --git a/makefile b/makefile index d8e6dcd..6f8a423 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 = "\"3/16/2012\"" -VERSION = "\"1.24.1\"" +RELEASE_DATE = "\"5/14/2012\"" +VERSION = "\"1.25.1\"" FORTAN_COMPILER = gfortran FORTRAN_FLAGS = @@ -39,7 +39,7 @@ ifeq ($(strip $(64BIT_VERSION)),yes) #if you are a linux user use the following line #CXXFLAGS += -mtune=native -march=native -m64 - CXXFLAGS += -DBIT_VERSION + CXXFLAGS += -DBIT_VERSION FORTRAN_FLAGS = -m64 endif