We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52666d9 commit 32ed576Copy full SHA for 32ed576
docs/gemmi-help.txt
@@ -1,5 +1,5 @@
1
$ gemmi -h
2
-gemmi 0.7.0-dev
+gemmi 0.7.0
3
Command-line utility that accompanies the GEMMI library,
4
which is a joint project of CCP4 and Global Phasing Ltd.
5
Licence: Mozilla Public License 2.0. Copyright Global Phasing Ltd.
include/gemmi/version.hpp
@@ -5,6 +5,6 @@
#ifndef GEMMI_VERSION_HPP_
6
#define GEMMI_VERSION_HPP_
7
8
-#define GEMMI_VERSION "0.7.0-dev"
+#define GEMMI_VERSION "0.7.0"
9
10
#endif
0 commit comments