Version struct add variable: patch
parent
8ad9d6961b
commit
83a8b14174
3
HISTORY
3
HISTORY
|
|
@ -1,3 +1,6 @@
|
||||||
|
Version 1.09 2014-10-23
|
||||||
|
* Version struct add variable: patch
|
||||||
|
|
||||||
Version 1.08 2014-10-09
|
Version 1.08 2014-10-09
|
||||||
* sched_thread.c: calculate next_call_time correctly
|
* sched_thread.c: calculate next_call_time correctly
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -130,6 +130,7 @@ typedef struct
|
||||||
{
|
{
|
||||||
char major;
|
char major;
|
||||||
char minor;
|
char minor;
|
||||||
|
char patch;
|
||||||
} Version;
|
} Version;
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue