mirror of
https://github.com/PDB-REDO/dssp.git
synced 2026-06-04 13:44:21 +08:00
Version bump
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[](https://github.com/pdb-redo/dssp/actions)
|
||||
[](https://github.com/pdb-redo/dssp/LICENSE)
|
||||
|
||||
DSSP 4.4
|
||||
DSSP 4.5
|
||||
========
|
||||
|
||||
This is a rewrite of DSSP, now offering full mmCIF support. The difference
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
Version 4.5
|
||||
- Based on new libcifpp version 8
|
||||
- Fixed Dockerfile
|
||||
|
||||
Version 4.4.11
|
||||
- Write proper audit_conform records
|
||||
- Updated dssp-extension.dic file to include version info
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Use the version of the parent list file, if any. May need a fix someday.
|
||||
if(NOT CMAKE_PARENT_LIST_FILE)
|
||||
set(PROJECT_VERSION 4.4.8)
|
||||
set(PROJECT_VERSION 4.5.0)
|
||||
endif()
|
||||
|
||||
project(libdssp VERSION ${PROJECT_VERSION})
|
||||
|
||||
@@ -110,7 +110,7 @@ TEST_CASE("ut_dssp")
|
||||
std::string line_t, line_r;
|
||||
CHECK((std::getline(test, line_t) and std::getline(reference, line_r)));
|
||||
|
||||
char kHeaderLineStart[] = "==== Secondary Structure Definition by the program DSSP, NKI version 4.4.5 ====";
|
||||
char kHeaderLineStart[] = "==== Secondary Structure Definition by the program DSSP, NKI version 4.5.0 ====";
|
||||
memcpy(kHeaderLineStart + 69, kVersionNumber, strlen(kVersionNumber));
|
||||
|
||||
CHECK(line_t.compare(0, std::strlen(kHeaderLineStart), kHeaderLineStart) == 0);
|
||||
|
||||
Reference in New Issue
Block a user