Skip to content

Commit 1e54d0d

Browse files
committed
Version 1.0.0
1 parent 6988663 commit 1e54d0d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/qaws/qaws.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
#ifndef QAWS_H
22
#define QAWS_H
33

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+
410
#include "qaws_types.h"
511
#include "qaws_status.h"
612
#include "qaws_curve.h"

0 commit comments

Comments
 (0)