Gemmi C++ API
Loading...
Searching...
No Matches
version.hpp
Go to the documentation of this file.
1// Copyright 2017 Global Phasing Ltd.
2
3// Version number.
4
5#ifndef GEMMI_VERSION_HPP_
6#define GEMMI_VERSION_HPP_
7
8#define GEMMI_VERSION "0.6.4"
9
10#endif