parent
2796709624
commit
6c1ab28e75
@ -1 +1 @@ |
|||||||
Subproject commit 2bd167304c20f985a41f55cee55100283a6b7896 |
Subproject commit 01148465b71b640892a50ec825205ae581d6dca7 |
@ -0,0 +1,14 @@ |
|||||||
|
//
|
||||||
|
// Created by MightyPork on 2017/10/03.
|
||||||
|
//
|
||||||
|
// helper for building release packages
|
||||||
|
//
|
||||||
|
// Run with `tcc -run`
|
||||||
|
//
|
||||||
|
|
||||||
|
#include "user/version.h" |
||||||
|
#include <stdio.h> |
||||||
|
|
||||||
|
void main() { |
||||||
|
printf(FW_VERSION); |
||||||
|
} |
Loading…
Reference in new issue