Skip to content

Commit 2e8ec80

Browse files
committed
Changed version to 1.2.0.dev3
1 parent 13e043c commit 2e8ec80

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

build/python/vina/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Vina
55
#
66

7-
__version__ = "1.2"
7+
__version__ = "1.2.0.dev3"
88

99
from .vina import Vina
1010

src/main/main.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,10 @@ void check_occurrence(boost::program_options::variables_map& vm, boost::program_
6565

6666
int main(int argc, char* argv[]) {
6767
using namespace boost::program_options;
68-
const std::string version_string = "AutoDock Vina 1.2.0 (September 11, 2020)";
68+
const std::string version_string = "AutoDock Vina 1.2.0.dev3 (March 1, 2021)";
6969
const std::string error_message = "\n\n\
70-
Please contact the author, Dr. Oleg Trott <ot14@columbia.edu>, so\n\
70+
Please report bugs through the Issue Tracker on GitHub \n\
71+
(https://github.com/ccsb-scripps/AutoDock-Vina/issues)., so\n\
7172
that this problem can be resolved. The reproducibility of the\n\
7273
error may be vital, so please remember to include the following in\n\
7374
your problem report:\n\

0 commit comments

Comments
 (0)