increment version number after dot fix
This commit is contained in:
parent
6e6d24ea45
commit
6fcfeda58d
2 changed files with 8 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
#include "user/user.h"
|
||||
#include "utils/utils.h"
|
||||
|
||||
#define ULAB_VERSION 6.0.3
|
||||
#define ULAB_VERSION 6.0.4
|
||||
#define xstr(s) str(s)
|
||||
#define str(s) #s
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,10 @@
|
|||
|
||||
Sun, 15 Jan 2023
|
||||
|
||||
version 6.0.4
|
||||
|
||||
fix dot function
|
||||
|
||||
Sat, 14 Jan 2023
|
||||
|
||||
version 6.0.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue