You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
613 B

  1. # NanaZip Versioning
  2. This document applies to all versions of NanaZip.
  3. ## Version Format
  4. - Simple Version: `<Major>.<Minor> <Tag>`
  5. - Example: `9.0 Preview 1`
  6. - Binary Version: `<Major>.<Minor>.<Build>.<Revision>`
  7. - Example: `9.0.2654.0`
  8. ## The rule for build and revision number
  9. The build number is the number of days since August 31, 2021 because the first
  10. version of NanaZip is created and published on that day.
  11. The revision number is the number of releases releases in the day corresponding
  12. to the build number, and it counts from zero. So the first revision is 0 and
  13. the second revision is 1.