IMP
2.1.0
The Integrative Modeling Platform
IMP Mainpage
All IMP Modules
Related Pages
Modules
Namespaces
Classes
Files
Examples
Indexes
File List
File Members
kernel/VersionInfo.h
Go to the documentation of this file.
1
/**
2
* \file IMP/kernel/VersionInfo.h
3
* \brief Version and authorship of IMP objects.
4
*
5
* Copyright 2007-2013 IMP Inventors. All rights reserved.
6
*
7
*/
8
9
#ifndef IMPKERNEL_VERSION_INFO_H
10
#define IMPKERNEL_VERSION_INFO_H
11
12
#include <IMP/kernel/kernel_config.h>
13
#include <
IMP/base/VersionInfo.h
>
14
#include <iostream>
15
#include <vector>
16
17
IMPKERNEL_DEPRECATED_HEADER(2.1,
"Use base/VersionInfo.h"
);
18
19
IMPKERNEL_BEGIN_NAMESPACE
20
21
using
IMP::base::VersionInfo
;
22
23
IMPKERNEL_END_NAMESPACE
24
25
#endif
/* IMPKERNEL_VERSION_INFO_H */
VersionInfo.h
Version and authorship of IMP objects.
IMP::base::VersionInfo
Version and module information for Objects.
Definition:
base/VersionInfo.h:28