From 4e3e8db7a981340d08b29fec115447c63ab34214 Mon Sep 17 00:00:00 2001 From: Edgar Solomonik Date: Wed, 24 Apr 2019 18:43:01 -0500 Subject: [PATCH] increment version number in ctf.hpp to 1.5.4 --- include/ctf.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ctf.hpp b/include/ctf.hpp index a507d761..ed727184 100644 --- a/include/ctf.hpp +++ b/include/ctf.hpp @@ -12,7 +12,7 @@ #include #include -#define CTF_VERSION 150 +#define CTF_VERSION 154 #include "../src/interface/tensor.h" #include "../src/interface/idx_tensor.h"