From c511ac343adfd12a76ad1b199abc2801421dc4cf Mon Sep 17 00:00:00 2001 From: mystery-nobody <59752876+mystery-nobody@users.noreply.github.com> Date: Wed, 5 Feb 2020 16:42:48 +0800 Subject: [PATCH] KAE version 1.2.10 (#4) * add travis.yml for CI build * fix .travis.yml * add KAE driver download URI in travis.yml for CI build * fix .travis.yml for CI build * fix travis.yml for ci build * fix README.md description * update .travis for CI build * update .travis for CI build * update .travis for CI build * update KAE version 1.2.10 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f3b9607..9490f7e 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ ENGINE_INSTALL_PATH := $(OPENSSL_WORK_PATH)/lib/engines-1.1 CC=gcc LIBNAME := libkae.so -VERSION = 1.2.8 +VERSION = 1.2.10 TARGET = ${LIBNAME}.${VERSION} SOFTLINK = kae.so