summaryrefslogtreecommitdiff
path: root/mmdb2/mmdb_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'mmdb2/mmdb_defs.h')
-rw-r--r--mmdb2/mmdb_defs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/mmdb2/mmdb_defs.h b/mmdb2/mmdb_defs.h
index da06dac..dc5d1f6 100644
--- a/mmdb2/mmdb_defs.h
+++ b/mmdb2/mmdb_defs.h
@@ -4,7 +4,7 @@
// CCP4 Coordinate Library: support of coordinate-related
// functionality in protein crystallography applications.
//
-// Copyright (C) Eugene Krissinel 2000-2008.
+// Copyright (C) Eugene Krissinel 2000-2015.
//
// This library is free software: you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
@@ -22,7 +22,7 @@
//
// =================================================================
//
-// 10.09.13 <-- Date of Last Modification.
+// 07.09.15 <-- Date of Last Modification.
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// -----------------------------------------------------------------
//
@@ -33,7 +33,7 @@
//
// Definition of types, constants and important classes.
//
-// (C) E. Krissinel 2000-2013
+// (C) E. Krissinel 2000-2015
//
// =================================================================
//
@@ -48,7 +48,7 @@ namespace mmdb {
enum MMDB_VERSION {
MAJOR_VERSION = 2, //!< MMDB major version
MINOR_VERSION = 0, //!< MMDB minor version
- MICRO_VERSION = 1 //!< MMDB micro version
+ MICRO_VERSION = 5 //!< MMDB micro version
};
// ======================= types =================================