Permalink
Browse files

Updates to makefile release dates

  • Loading branch information...
1 parent cfb593d commit aa32f430b54ec9841fed22b6ca3d06d9bd003661 @mothur-westcott mothur-westcott committed Jan 20, 2017
Showing with 4 additions and 4 deletions.
  1. +2 −2 Makefile
  2. +2 −2 makefile-internal
View
@@ -15,8 +15,8 @@ USEBOOST ?= yes
BOOST_LIBRARY_DIR="\"Enter_your_boost_library_path_here\""
BOOST_INCLUDE_DIR="\"Enter_your_boost_include_path_here\""
MOTHUR_FILES="\"Enter_your_default_path_here\""
-RELEASE_DATE = "\"8/9/2016\""
-VERSION = "\"1.38.1\""
+RELEASE_DATE = "\"1/23/2017\""
+VERSION = "\"1.39.0\""
ifeq ($(strip $(64BIT_VERSION)),yes)
CXXFLAGS += -DBIT_VERSION
View
@@ -1,8 +1,8 @@
64BIT_VERSION ?= yes
USEREADLINE ?= yes
USEBOOST ?= yes
-RELEASE_DATE = "\"7/20/2016\""
-VERSION = "\"1.38.0\""
+RELEASE_DATE = "\"1/23/2017\""
+VERSION = "\"1.39.0\""
# Optimize to level 3:
CXXFLAGS += -O3

0 comments on commit aa32f43

Please sign in to comment.