-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version increment due to bioconda/pypi support
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
* foldcomp compress input.pdb output.fcz | ||
* foldcomp decompress input.fcz output.pdb | ||
* --- | ||
* Last Modified: 2023-12-29 12:29:26 | ||
* Last Modified: 2024-01-06 22:10:08 | ||
* Modified By: Hyunbin Kim ([email protected]) | ||
* --- | ||
* Copyright © 2021 Hyunbin Kim, All rights reserved | ||
|
@@ -58,7 +58,7 @@ static int ext_merge = 1; | |
static int overwrite = 0; | ||
|
||
// version | ||
#define FOLDCOMP_VERSION "0.0.6" | ||
#define FOLDCOMP_VERSION "0.0.7" | ||
|
||
int print_usage(void) { | ||
std::cout << "Usage: foldcomp compress <pdb|cif> [<fcz>]" << std::endl; | ||
|