diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2014-01-21 10:12:12 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2014-01-21 10:12:12 (GMT) |
commit | 4973ec4b09645ef9a95b9724ff6a56e594594b87 (patch) | |
tree | edb0051600d590065859fa520841ffd21d497c69 | |
parent | 1fc4df3e46b46eba7b05fe78aa57f734f430334f (diff) |
Bump version number. Added changes to change log.
-rw-r--r-- | include/tng_io.h | 15 | ||||
-rw-r--r-- | include/tng_io.hpp | 2 | ||||
-rw-r--r-- | include/tng_io_fwd.h | 2 | ||||
-rw-r--r-- | src/lib/tng_io.c | 2 | ||||
-rw-r--r-- | src/lib/tng_io_fortran.c | 2 |
5 files changed, 17 insertions, 6 deletions
diff --git a/include/tng_io.h b/include/tng_io.h index a240d32..d1264e4 100644 --- a/include/tng_io.h +++ b/include/tng_io.h @@ -1,6 +1,6 @@ /* This code is part of the tng binary trajectory format. * - * VERSION 1.4 + * VERSION 1.5 * * Written by Magnus Lundborg * Copyright (c) 2012-2013, The GROMACS development team. @@ -78,6 +78,17 @@ * * Revisions * + * v. 1.5 - Version used in GROMACS beta release + * + * - Fortran wrapper split into separate file + * - Added more block IDs. + * - Some new functions and utility functions added. + * - Improved compression precision settings. + * - Improved tests. + * - Make appending to file work better. + * - Modified CMake settings + * - Bugs fixed + * * v. 1.4 - Changed from LGPL to the Revised BSD License. * * - More flexible support for digital signatures in header. @@ -334,7 +345,7 @@ typedef unsigned __int64 uint64_t; /** The version of this TNG build */ -#define TNG_VERSION 4 /* TNG_VERSION 4 => Api version 1.4 */ +#define TNG_VERSION 5 /* TNG_VERSION 4 => Api version 1.5 */ /** Flag to indicate frame dependent data. */ #define TNG_FRAME_DEPENDENT 1 diff --git a/include/tng_io.hpp b/include/tng_io.hpp index 202f9db..f3bc32a 100644 --- a/include/tng_io.hpp +++ b/include/tng_io.hpp @@ -1,6 +1,6 @@ /* This code is part of the tng binary trajectory format. * - * VERSION 1.4 + * VERSION 1.5 * * Written by Anders Gärdenäs * Copyright (c) 2012-2013, The GROMACS development team. diff --git a/include/tng_io_fwd.h b/include/tng_io_fwd.h index 340c264..34ddd87 100644 --- a/include/tng_io_fwd.h +++ b/include/tng_io_fwd.h @@ -1,6 +1,6 @@ /* This code is part of the tng binary trajectory format. * - * VERSION 1.4 + * VERSION 1.5 * * Written by Magnus Lundborg * Copyright (c) 2012-2013, The GROMACS development team. diff --git a/src/lib/tng_io.c b/src/lib/tng_io.c index 4b81312..e201da2 100644 --- a/src/lib/tng_io.c +++ b/src/lib/tng_io.c @@ -1,6 +1,6 @@ /* This code is part of the tng binary trajectory format. * - * VERSION 1.4 + * VERSION 1.5 * * Written by Magnus Lundborg * Copyright (c) 2012-2013, The GROMACS development team. diff --git a/src/lib/tng_io_fortran.c b/src/lib/tng_io_fortran.c index f6101be..baceef7 100644 --- a/src/lib/tng_io_fortran.c +++ b/src/lib/tng_io_fortran.c @@ -1,6 +1,6 @@ /* This code is part of the tng binary trajectory format. * - * VERSION 1.4 + * VERSION 1.5 * * Written by Magnus Lundborg * Copyright (c) 2012-2013, The GROMACS development team. |