From 7015bc43e23680d57d1e385a099a818f5b45d343 Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Mon, 15 Mar 2021 13:14:51 +0000 Subject: [PATCH] Updated Versioning (markdown) --- Versioning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Versioning.md b/Versioning.md index 93bafb0..c340289 100644 --- a/Versioning.md +++ b/Versioning.md @@ -28,4 +28,4 @@ So, to summarise: When a pre-release version is confirmed to be stable, rename the folder in `tags/` to remove the `p` flag and update the ‘Stable Tag’ field in `trunk/readme.txt`. -IN SHORT: There is only ever one `d` and one `p` codebase for a given version. The current `d` codebase changes until it is ready to be frozen as a `p`, and then the `p` codebase changes until it ready to be frozen as a full release. \ No newline at end of file +IN SHORT: There is only ever one `d` and one `p` codebase for a given version. The current `d` codebase changes until it is ready to be frozen as a `p`, and then the `p` codebase changes until it ready to be frozen as a full release (i.e. `p` receives no additional features or bugfixes, just whatever needs to be done to make the already-implemented ones work if necessary). \ No newline at end of file