Skip to content

Commit 8a7f7a7

Browse files
authored
increment version number
1 parent 95bac60 commit 8a7f7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/ulab.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#include "user/user.h"
3535
#include "utils/utils.h"
3636

37-
#define ULAB_VERSION 2.6.0
37+
#define ULAB_VERSION 2.6.1
3838
#define xstr(s) str(s)
3939
#define str(s) #s
4040
#define ULAB_VERSION_STRING xstr(ULAB_VERSION) xstr(-) xstr(ULAB_MAX_DIMS) xstr(D)

0 commit comments

Comments
 (0)