Changes between Initial Version and Version 1 of Ticket #782, comment 3
- Timestamp:
- 2011-09-05 21:16:43 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #782, comment 3
initial v1 1 1 Simple solution: 2 2 3 Use three digits for versioning rather than 4, and reserve last digit for revision information. Changes are needed in EwERenameAssemblies (to preserve file version), update checker (to check for latest revision for a version for any version newer than a givenrelease), automated builds (to issue new format of version number) and plugin compatibility checks.3 Use three digits for versioning rather than 4, and reserve last digit for revision information. Changes are needed in EwERenameAssemblies (to preserve file version), update checker (to check for latest revision for latest release), automated builds (to issue new format of version number) and plugin compatibility checks. 4 4 5 5 .NET assumes a revision number in the last digit; this should not impede current plugin strategy.