Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
v923z authored Apr 2, 2021
1 parent 27203ea commit c1b8f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ulab.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include "user/user.h"
#include "utils/utils.h"

#define ULAB_VERSION 2.5.1
#define ULAB_VERSION 2.6.0
#define xstr(s) str(s)
#define str(s) #s
#define ULAB_VERSION_STRING xstr(ULAB_VERSION) xstr(-) xstr(ULAB_MAX_DIMS) xstr(D)
Expand Down

0 comments on commit c1b8f9d

Please sign in to comment.