Skip to content

Commit 704a698

Browse files
committed
Merge branch 'upstream-bump-1.4.0' into 'master'
Update version to 1.4.0 in nvc.h See merge request nvidia/container-toolkit/libnvidia-container!63
2 parents b0155e1 + b3c2136 commit 704a698

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)