Advance to release v0.2.1

We don't know if we can still rely on GitHub in the future
This commit is contained in:
Aoran Zeng 2025-04-13 18:41:55 +08:00
parent 44dcebf5ad
commit 09fba2b888
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98

View File

@ -26,13 +26,13 @@
* | ccy <icuichengyi@gmail.com>
* |
* Created On : <2023-08-28>
* Last Modified : <2025-03-25>
* Last Modified : <2025-04-13>
*
* chsrc: Change Source
* ------------------------------------------------------------*/
#define Chsrc_Version "0.2.0.1"
#define Chsrc_Release_Date "2025/03/17"
#define Chsrc_Version "0.2.1"
#define Chsrc_Release_Date "2025/04/13"
#define Chsrc_Maintain_URL "https://github.com/RubyMetric/chsrc"
#define Chsrc_Maintain_URL2 "https://gitee.com/RubyMetric/chsrc"
@ -852,4 +852,4 @@ not_matched:
chsrc_error (msg);
return Exit_Unknown;
}
}
}