diff options
author | Rossen Apostolov <rossen@kth.se> | 2014-06-10 11:19:21 (GMT) |
---|---|---|
committer | Magnus Lundborg <magnus.lundborg@scilifelab.se> | 2014-06-16 13:51:54 (GMT) |
commit | f38717324267c2da69c20a0f1918ce8ef1e66be7 (patch) | |
tree | 7b7da0f06764162a66df5e1c3da34cc5acec14b4 /src/tests | |
parent | d4ccc39c47884a3f35470defdf8c94220f0ea725 (diff) |
Added project and API versions to CMakeLists.txt.
TNG_VERSION was renamed to TNG_API_VERSION which is configured
through API_VERSION in CMakeLists.txt.
Updated the header to 2014.
Change-Id: I6a37825cd1d236927ac0e21a797abc4e98f7ce59
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/tng_io_read_pos.c | 2 | ||||
-rw-r--r-- | src/tests/tng_io_read_pos_util.c | 2 | ||||
-rw-r--r-- | src/tests/tng_io_testing.c | 2 | ||||
-rw-r--r-- | src/tests/tng_parallel_read.c | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/src/tests/tng_io_read_pos.c b/src/tests/tng_io_read_pos.c index 079cad7..2a0bb09 100644 --- a/src/tests/tng_io_read_pos.c +++ b/src/tests/tng_io_read_pos.c @@ -1,7 +1,5 @@ /* This code is part of the tng binary trajectory format. * - * VERSION 1.0 - * * Written by Magnus Lundborg * Copyright (c) 2012-2013, The GROMACS development team. * check out http://www.gromacs.org for more information. diff --git a/src/tests/tng_io_read_pos_util.c b/src/tests/tng_io_read_pos_util.c index 64df9df..1667bae 100644 --- a/src/tests/tng_io_read_pos_util.c +++ b/src/tests/tng_io_read_pos_util.c @@ -2,8 +2,6 @@ * * The high-level API of the TNG API is used where appropriate. * - * VERSION 1.0 - * * Written by Magnus Lundborg * Copyright (c) 2012-2013, The GROMACS development team. * Check out http://www.gromacs.org for more information. diff --git a/src/tests/tng_io_testing.c b/src/tests/tng_io_testing.c index 973ac4f..17718d0 100644 --- a/src/tests/tng_io_testing.c +++ b/src/tests/tng_io_testing.c @@ -1,7 +1,5 @@ /* This code is part of the tng binary trajectory format. * - * VERSION 1.0 - * * Written by Magnus Lundborg * Copyright (c) 2012-2013, The GROMACS development team. * Check out http://www.gromacs.org for more information. diff --git a/src/tests/tng_parallel_read.c b/src/tests/tng_parallel_read.c index 95d1c9a..e2e23c6 100644 --- a/src/tests/tng_parallel_read.c +++ b/src/tests/tng_parallel_read.c @@ -2,8 +2,6 @@ /* This code is part of the tng binary trajectory format. * - * VERSION 1.0 - * * Written by Magnus Lundborg * Copyright (c) 2012-2013, The GROMACS development team. * Check out http://www.gromacs.org for more information. |