mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-16 00:16:59 +08:00
Move version string to .c
This commit is contained in:
parent
bc49c93b3a
commit
c1d4c7ce5f
4
chsrc.c
4
chsrc.c
@ -3,7 +3,7 @@
|
|||||||
* License : GPLv3
|
* License : GPLv3
|
||||||
* Authors : Aoran Zeng <ccmywish@qq.com>
|
* Authors : Aoran Zeng <ccmywish@qq.com>
|
||||||
* Created on : <2023-08-28>
|
* Created on : <2023-08-28>
|
||||||
* Last modified : <2023-09-18>
|
* Last modified : <2023-09-21>
|
||||||
*
|
*
|
||||||
* chsrc:
|
* chsrc:
|
||||||
*
|
*
|
||||||
@ -12,6 +12,8 @@
|
|||||||
* 该软件为自由软件,采用 GPLv3 许可证,请查阅 LICENSE.txt 文件
|
* 该软件为自由软件,采用 GPLv3 许可证,请查阅 LICENSE.txt 文件
|
||||||
* ------------------------------------------------------------*/
|
* ------------------------------------------------------------*/
|
||||||
|
|
||||||
|
#define Chsrc_Version "v0.1.0-20230921.pre"
|
||||||
|
|
||||||
#include "chsrc.h"
|
#include "chsrc.h"
|
||||||
|
|
||||||
void
|
void
|
||||||
|
3
chsrc.h
3
chsrc.h
@ -3,7 +3,7 @@
|
|||||||
* License : GPLv3
|
* License : GPLv3
|
||||||
* Authors : Aoran Zeng <ccmywish@qq.com>
|
* Authors : Aoran Zeng <ccmywish@qq.com>
|
||||||
* Created on : <2023-08-29>
|
* Created on : <2023-08-29>
|
||||||
* Last modified : <2023-09-20>
|
* Last modified : <2023-09-21>
|
||||||
*
|
*
|
||||||
* chsrc:
|
* chsrc:
|
||||||
*
|
*
|
||||||
@ -13,7 +13,6 @@
|
|||||||
#include "xy.h"
|
#include "xy.h"
|
||||||
#include "sources.h"
|
#include "sources.h"
|
||||||
|
|
||||||
#define Chsrc_Version "v0.1.0-20230920.pre"
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user