Version struct add variable: patch

pull/2/head
yuqing 2014-10-23 15:46:36 +08:00
parent 8ad9d6961b
commit 83a8b14174
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -130,6 +130,7 @@ typedef struct
{ {
char major; char major;
char minor; char minor;
char patch;
} Version; } Version;
typedef struct typedef struct