]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - jacinto-ai/caffe-jacinto.git/blobdiff - Makefile
doc update
[jacinto-ai/caffe-jacinto.git] / Makefile
index b5d72c4208bf858bd80567b391f3b8f0eeb7338c..858886cc775406dfa8782a3d20b822314e4c60d8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -35,8 +35,8 @@ LIBRARY_NAME := $(PROJECT)$(LIBRARY_NAME_SUFFIX)
 LIB_BUILD_DIR := $(BUILD_DIR)/lib
 STATIC_NAME := $(LIB_BUILD_DIR)/lib$(LIBRARY_NAME).a
 DYNAMIC_VERSION_MAJOR          := 0
-DYNAMIC_VERSION_MINOR          := 16
-DYNAMIC_VERSION_REVISION       := 6
+DYNAMIC_VERSION_MINOR          := 17
+DYNAMIC_VERSION_REVISION       := 0
 DYNAMIC_NAME_SHORT := lib$(LIBRARY_NAME).so
 DYNAMIC_SONAME_SHORT := $(DYNAMIC_NAME_SHORT).$(DYNAMIC_VERSION_MAJOR).$(DYNAMIC_VERSION_MINOR)
 DYNAMIC_VERSIONED_NAME_SHORT := $(DYNAMIC_SONAME_SHORT).$(DYNAMIC_VERSION_REVISION)
@@ -376,9 +376,6 @@ ifeq ($(USE_LEVELDB), 1)
 endif
 ifeq ($(USE_LMDB), 1)
        COMMON_FLAGS += -DUSE_LMDB
-ifeq ($(ALLOW_LMDB_NOLOCK), 1)
-       COMMON_FLAGS += -DALLOW_LMDB_NOLOCK
-endif
 endif
 
 # New place for HDF5