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