From 9fcc5234859643f0e9ceccdfa690ea5d0fd4ce14 Mon Sep 17 00:00:00 2001 From: Sylvain Jeaugey Date: Wed, 15 Jun 2016 19:18:13 -0700 Subject: [PATCH] Increased version to 1.2.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2aa4667..9b15c62 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ LIBSRCFILES := libwrap.cu core.cu all_gather.cu all_reduce.cu broadcast.cu reduc LIBNAME := libnccl.so VER_MAJOR := 1 VER_MINOR := 2 -VER_PATCH := 2 +VER_PATCH := 3 INCDIR := $(BUILDDIR)/include LIBDIR := $(BUILDDIR)/lib