diff --git a/docs/gemmi-help.txt b/docs/gemmi-help.txt index 7c71f370..1aa2556b 100644 --- a/docs/gemmi-help.txt +++ b/docs/gemmi-help.txt @@ -1,5 +1,5 @@ $ gemmi -h -gemmi 0.7.0-dev +gemmi 0.7.0 Command-line utility that accompanies the GEMMI library, which is a joint project of CCP4 and Global Phasing Ltd. Licence: Mozilla Public License 2.0. Copyright Global Phasing Ltd. diff --git a/include/gemmi/version.hpp b/include/gemmi/version.hpp index eb36cbf6..5e47b5ed 100644 --- a/include/gemmi/version.hpp +++ b/include/gemmi/version.hpp @@ -5,6 +5,6 @@ #ifndef GEMMI_VERSION_HPP_ #define GEMMI_VERSION_HPP_ -#define GEMMI_VERSION "0.7.0-dev" +#define GEMMI_VERSION "0.7.0" #endif