mirror of
https://gitee.com/RubyMetric/chsrc.git
synced 2025-12-25 20:52:49 +00:00
Update maintain URL
This commit is contained in:
parent
6c07328071
commit
685ae27d23
4
lib/xy.h
4
lib/xy.h
|
|
@ -18,8 +18,8 @@
|
|||
#define XY_H
|
||||
|
||||
#define _XY_Version "v0.1.5.1-2025/07/11"
|
||||
#define _XY_Maintain_URL "https://github.com/RubyMetric/chsrc/blob/main/lib/xy.h"
|
||||
#define _XY_Maintain_URL2 "https://gitee.com/RubyMetric/chsrc/blob/main/lib/xy.h"
|
||||
#define _XY_Maintain_URL "https://github.com/RubyMetric/chsrc/blob/dev/lib/xy.h"
|
||||
#define _XY_Maintain_URL2 "https://gitee.com/RubyMetric/chsrc/blob/dev/lib/xy.h"
|
||||
|
||||
#if defined(__STDC__) && __STDC_VERSION__ < 201112L
|
||||
# error "xy.h requires C11 or later, please use a new compiler which at least supports C11"
|
||||
|
|
|
|||
|
|
@ -13,5 +13,5 @@ unit module Version;
|
|||
constant VERSION = "0.1.0.1";
|
||||
constant RELEASE_DATE = "2025/07/14";
|
||||
|
||||
constant Maintain_URL "https://github.com/RubyMetric/chsrc/blob/dev/tool/rawstr4c"
|
||||
constant Maintain_URL2 "https://gitee.com/RubyMetric/chsrc/blob/dev/tool/rawstr4c"
|
||||
constant Maintain_URL = "https://github.com/RubyMetric/chsrc/blob/dev/tool/rawstr4c";
|
||||
constant Maintain_URL2 = "https://gitee.com/RubyMetric/chsrc/blob/dev/tool/rawstr4c";
|
||||
|
|
|
|||
Loading…
Reference in New Issue