summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Lundborg <lundborg.magnus@gmail.com>2014-01-21 10:12:12 (GMT)
committerMagnus Lundborg <lundborg.magnus@gmail.com>2014-01-21 10:12:12 (GMT)
commit4973ec4b09645ef9a95b9724ff6a56e594594b87 (patch)
treeedb0051600d590065859fa520841ffd21d497c69
parent1fc4df3e46b46eba7b05fe78aa57f734f430334f (diff)
Bump version number. Added changes to change log.
-rw-r--r--include/tng_io.h15
-rw-r--r--include/tng_io.hpp2
-rw-r--r--include/tng_io_fwd.h2
-rw-r--r--src/lib/tng_io.c2
-rw-r--r--src/lib/tng_io_fortran.c2
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.
contact: Jan Huwald // Impressum