We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6988663 commit 1e54d0dCopy full SHA for 1e54d0d
1 file changed
src/qaws/qaws.h
@@ -1,6 +1,12 @@
1
#ifndef QAWS_H
2
#define QAWS_H
3
4
+#define QAWS_VERSION_MAJOR 1
5
+#define QAWS_VERSION_MINOR 0
6
+#define QAWS_VERSION_PATCH 0
7
+#define QAWS_VERSION ((QAWS_VERSION_MAJOR * 10000) + (QAWS_VERSION_MINOR * 100) + QAWS_VERSION_PATCH)
8
+#define QAWS_VERSION_STRING "1.0.0"
9
+
10
#include "qaws_types.h"
11
#include "qaws_status.h"
12
#include "qaws_curve.h"
0 commit comments