mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-10 04:18:11 +00:00
Change versioning system from v0.13.1 to dev-2021-04
This commit is contained in:
@@ -71,9 +71,11 @@ TargetEndianKind target_endians[TargetArch_COUNT] = {
|
||||
TargetEndian_Little,
|
||||
};
|
||||
|
||||
#ifndef ODIN_VERSION_RAW
|
||||
#define ODIN_VERSION_RAW "dev-2021-unknown"
|
||||
#endif
|
||||
|
||||
|
||||
String const ODIN_VERSION = str_lit("0.13.1");
|
||||
String const ODIN_VERSION = str_lit(ODIN_VERSION_RAW);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user