Skip to content

Commit 45a1c33

Browse files
committed
Bump version to 1.3.0
1 parent 9b00ec0 commit 45a1c33

File tree

5 files changed

+5
-80
lines changed

5 files changed

+5
-80
lines changed

.travis.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

cmake/check-pgi

Lines changed: 0 additions & 36 deletions
This file was deleted.

code-format.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
DETECTED=$(clang-format --version) # Ubuntu clang-format version 10.0.1-++20200708123514+ef32c611aa2-1~exp1~20200707224111.189
44
DETECTED="${DETECTED##*clang-format version}" # 10.0.1-++20200708123514+ef32c611aa2-1~exp1~20200707224111.189
55
DETECTED="${DETECTED%%.*}" # 10
6-
if [ $DETECTED -lt 10 ]; then
7-
echo Must use clang-format version 10.0.0+
6+
if [ $DETECTED -lt 14 ]; then
7+
echo Must use clang-format version 14.0.0+
88
exit 1
99
fi
1010

ext/ext/catch2v3

Submodule catch2v3 updated 66 files

include/tinker9.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/// \addtogroup general
66
/// \{
77
#define TINKER9_VERSION_MAJOR 1
8-
#define TINKER9_VERSION_MINOR 2
8+
#define TINKER9_VERSION_MINOR 3
99
#define TINKER9_VERSION_PATCH 0
1010
/// \}
1111

@@ -28,7 +28,7 @@
2828
" ### ### ""\n" \
2929
" ### Tinker9 -- Software Tools for Molecular Design ###""\n" \
3030
" ## ##""\n" \
31-
" ## Version 1.2.0 september 2022 ##""\n" \
31+
" ## Version 1.3.0 October 2022 ##""\n" \
3232
" ## ##""\n" \
3333
" ## Copyright (c) Zhi Wang & the Ponder Lab ##""\n" \
3434
" ### All Rights Reserved ###""\n" \

0 commit comments

Comments
 (0)