Skip to content

Commit

Permalink
Changed version to 1.2.0.dev3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeberhardt committed Mar 1, 2021
1 parent 13e043c commit 2e8ec80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/python/vina/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Vina
#

__version__ = "1.2"
__version__ = "1.2.0.dev3"

from .vina import Vina

Expand Down
5 changes: 3 additions & 2 deletions src/main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <ot14@columbia.edu>, 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\
Expand Down

0 comments on commit 2e8ec80

Please sign in to comment.