This commit is contained in:
Miloslav Ciz 2025-02-28 00:50:23 +01:00
parent 1e739cc555
commit d89468d6da
37 changed files with 1997 additions and 1947 deletions

View file

@ -50,7 +50,7 @@ program version: 1958623590
### Numbering only releases
Another relatively simple system, closer to the mainstream ones, that tries to not be [dependent](dependency.md) on having a [version control system](vcs.md) such as [git](git.md), i.e. this system works without being able to make different development branches and can be comfortably used even if you're just developing a project in a local directory without any fancy tools. Of course you can use a VCS, this system will just make you depend less on it so that you can make easier transitions to a different VCS or for example drop a VCS altogether and just develop your projects in a directory with FTP downloads.
Another relatively simple system, closer to the mainstream ones, that tries to not be [dependent](dependency.md) on having a [version control system](vcs.md) such as [git](git.md), i.e. this system works without being able to make different development branches and can be comfortably used even if you're just developing a project in a local directory without any fancy tools. Of course you can use a VCS, this system just makes you depend less on it and facilitates transitions between different VCSes or even dropping a VCS altogether and just using [FTP](ftp.md) or something.
Version string is of format *major.minor* with optional suffix letter `d`, e.g. 0.35, 1.0 or 2.1d.