Skip to content

Commit b3c2136

Browse files
committed
Update version in nvc.h
Signed-off-by: Kevin Klues <[email protected]>
1 parent b0155e1 commit b3c2136

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/nvc.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ extern "C" {
1414
#endif /* __cplusplus */
1515

1616
#define NVC_MAJOR 1
17-
#define NVC_MINOR 3
18-
#define NVC_PATCH 3
19-
#define NVC_VERSION "1.3.3"
17+
#define NVC_MINOR 4
18+
#define NVC_PATCH 0
19+
#define NVC_VERSION "1.4.0"
2020

2121
#define NVC_ARG_MAX 256
2222

0 commit comments

Comments
 (0)