-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
13e043c
commit 2e8ec80
Showing
2 changed files
with
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# Vina | ||
# | ||
|
||
__version__ = "1.2" | ||
__version__ = "1.2.0.dev3" | ||
|
||
from .vina import Vina | ||
|
||
|
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 |
---|---|---|
|
@@ -65,9 +65,10 @@ void check_occurrence(boost::program_options::variables_map& vm, boost::program_ | |
|
||
int main(int argc, char* argv[]) { | ||
using namespace boost::program_options; | ||
const std::string version_string = "AutoDock Vina 1.2.0 (September 11, 2020)"; | ||
const std::string version_string = "AutoDock Vina 1.2.0.dev3 (March 1, 2021)"; | ||
const std::string error_message = "\n\n\ | ||
Please contact the author, Dr. Oleg Trott <[email protected]>, so\n\ | ||
Please report bugs through the Issue Tracker on GitHub \n\ | ||
(https://github.com/ccsb-scripps/AutoDock-Vina/issues)., so\n\ | ||
that this problem can be resolved. The reproducibility of the\n\ | ||
error may be vital, so please remember to include the following in\n\ | ||
your problem report:\n\ | ||
|