We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50a415a commit ca513cdCopy full SHA for ca513cd
1 file changed
include/version.h
@@ -5,14 +5,10 @@
5
6
#define NCRYPTO_VERSION "1.0.1" // x-release-please-version
7
8
-namespace ncrypto {
9
-
10
enum {
11
NCRYPTO_VERSION_MAJOR = 1, // x-release-please-major
12
NCRYPTO_VERSION_MINOR = 0, // x-release-please-minor
13
NCRYPTO_VERSION_REVISION = 1, // x-release-please-patch
14
};
15
16
-} // namespace ncrypto
17
18
#endif // NCRYPTO_VERSION_H_
0 commit comments