Skip to content

Commit c1b8f9d

Browse files
authored
updated version number
1 parent 27203ea commit c1b8f9d

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.5.1
37+
#define ULAB_VERSION 2.6.0
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)