Skip to content

Commit 7523cbd

Browse files
committed
Bump version to 0.3.0
1 parent 4baebbf commit 7523cbd

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,4 @@ please include the debug output when submitting a bug report to the
162162
[GitHub issue tracker](https://github.com/polyluxus/runxtb.bash/issues).
163163

164164

165-
(Martin; 2019-02-26; wrapper version 0.3.0_alpha2)
165+
(Martin; 2019-03-18; wrapper version 0.3.0)

runxtb.rc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
#
1010
requested_memory=1000
1111

12-
## Set installation directory (not including the executable).
12+
## Set installation directory (not including the bin directory and the executable name).
1313
#
14-
# xtb_install_root="/path/to/xtb"
14+
# xtb_install_root="/path/to/xtb/root"
1515
xtb_install_root=""
1616
#
1717
## Set the name of the executable.
@@ -77,4 +77,4 @@
7777
requested_walltime="24:00:00"
7878

7979
#
80-
## End of example .runxtbrc (2019-02-26)
80+
## End of example .runxtbrc (2019-03-18)

runxtb.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -603,8 +603,8 @@ trap cleanup_and_quit EXIT SIGHUP SIGINT SIGQUIT SIGABRT SIGTERM
603603
#
604604
# Details about this script
605605
#
606-
version="0.3.0_alpha2"
607-
versiondate="2019-02-26"
606+
version="0.3.0"
607+
versiondate="2019-03-18"
608608

609609
#
610610
# Set some Defaults

0 commit comments

Comments
 (0)