Skip to content

Commit 6fcfeda

Browse files
committed
increment version number after dot fix
1 parent 6e6d24e commit 6fcfeda

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

code/ulab.c

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

36-
#define ULAB_VERSION 6.0.3
36+
#define ULAB_VERSION 6.0.4
3737
#define xstr(s) str(s)
3838
#define str(s) #s
3939

docs/ulab-change-log.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2+
Sun, 15 Jan 2023
3+
4+
version 6.0.4
5+
6+
fix dot function
7+
18
Sat, 14 Jan 2023
29

310
version 6.0.3

0 commit comments

Comments
 (0)