Permalink
Browse files

Updates versions in makefiles

  • Loading branch information...
1 parent 12cb0f7 commit 7120a4d3895bf510c263e60355891428611be236 @mothur-westcott mothur-westcott committed Jul 19, 2016
Showing with 4 additions and 4 deletions.
  1. +2 −2 Makefile
  2. +2 −2 makefile-internal
View
4 Makefile 100755 → 100644
@@ -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 = "\"6/20/2016\""
-VERSION = "\"1.37.6\""
+RELEASE_DATE = "\"7/20/2016\""
+VERSION = "\"1.38.0\""
ifeq ($(strip $(64BIT_VERSION)),yes)
CXXFLAGS += -DBIT_VERSION
View
4 makefile-internal 100755 → 100644
@@ -1,8 +1,8 @@
64BIT_VERSION ?= yes
USEREADLINE ?= yes
USEBOOST ?= yes
-RELEASE_DATE = "\"5/11/2016\""
-VERSION = "\"1.37.4\""
+RELEASE_DATE = "\"7/20/2016\""
+VERSION = "\"1.38.0\""
# Optimize to level 3:
CXXFLAGS += -O3

0 comments on commit 7120a4d

Please sign in to comment.