From e7c6cd1a8849080267bcec7b1c4202f4551b30dc Mon Sep 17 00:00:00 2001 From: YANG SHAOYI <34128364+ysyecust@users.noreply.github.com> Date: Mon, 11 Mar 2024 21:35:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20CMakeLists.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- unidock/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unidock/CMakeLists.txt b/unidock/CMakeLists.txt index 17cc812..e04b240 100644 --- a/unidock/CMakeLists.txt +++ b/unidock/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16) project( Uni-Dock - VERSION 1.1.0 + VERSION 1.1.1 DESCRIPTION "GPU-Accelerated Docking with 1000-fold speedup" HOMEPAGE_URL "https://github.com/dptech-corp/Uni-Dock" LANGUAGES CXX CUDA)