Commit d215fd3e by Maarten L. Hekkelman

version bump

parent 72b541e2
cmake_minimum_required(VERSION 3.15) cmake_minimum_required(VERSION 3.15)
# set the project name # set the project name
project(mkdssp VERSION 4.0.0 LANGUAGES CXX) project(mkdssp VERSION 4.0.1 LANGUAGES CXX)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
...@@ -26,7 +26,7 @@ if(MSVC) ...@@ -26,7 +26,7 @@ if(MSVC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /W4") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /W4")
endif() endif()
if(NOT $ENV{CCP4} STREQUAL "") if(NOT "$ENV{CCP4}" STREQUAL "")
set(BUILD_SHARED_LIBS ON) set(BUILD_SHARED_LIBS ON)
set(CCP4 $ENV{CCP4}) set(CCP4 $ENV{CCP4})
......
Version 4.0.1
- Switch from GNU configure to cmake as the build environment
Version 4.0.0 Version 4.0.0
- Write the secondary structure information as an annotation to an mmCIF file - Write the secondary structure information as an annotation to an mmCIF file
(old format is still available as an option) (old format is still available as an option)
- Added the recognition of Poly-Proline helices - Added the recognition of Poly-Proline helices
- Switch from GNU configure to cmake as the build environment
.TH mkdssp 1 "2021-08-31" "version 4.0.0" "User Commands" .TH mkdssp 1 "2021-08-31" "version 4.0.1" "User Commands"
.if n .ad l .if n .ad l
.nh .nh
.SH NAME .SH NAME
......
Content-type: text/html; charset=UTF-8
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of mkdssp</TITLE> <HTML><HEAD><TITLE>Man page of mkdssp</TITLE>
</HEAD><BODY> </HEAD><BODY>
...@@ -114,6 +116,6 @@ Report bugs at <A HREF="https://github.com/PDB-REDO/dssp/issues">https://github. ...@@ -114,6 +116,6 @@ Report bugs at <A HREF="https://github.com/PDB-REDO/dssp/issues">https://github.
This document was created by This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>, <A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR> using the manual pages.<BR>
Time: 13:29:37 GMT, August 31, 2021 Time: 13:56:55 GMT, August 31, 2021
</BODY> </BODY>
</HTML> </HTML>
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment