| Summary: | Correct version numbering by adding missing zeros | ||
|---|---|---|---|
| Product: | Project Infrastructure | Reporter: | Katrin Fischer <katrin.fischer> |
| Component: | Release tools | Assignee: | Jonathan Druart <jonathan.druart> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P5 - low | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Crowdfunding committed: | 0 |
| Crowdfunding contact: | Patch complexity: | --- | |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
|
Description
Katrin Fischer
2017-09-09 15:44:03 UTC
commit 1c179cdd01e323124c83155724376ab5a04357e2 Bug 19284: Correct version numbering by adding missing zeros Tested with master: 1c1 < # RELEASE NOTES FOR KOHA 17.06.00 --- > # RELEASE NOTES FOR KOHA 17.6.0 11c11 < Koha 17.06.00 can be downloaded from: --- > Koha 17.6.0 can be downloaded from: 20c20 < Koha 17.06.00 is a major release, that comes with many new features. --- > Koha 17.6.0 is a major release, that comes with many new features. 872c872 < The release team for Koha 17.06.00 is --- > The release team for Koha 17.6.0 is 904c904 < new features in Koha 17.06.00: --- > new features in Koha 17.6.0: 915c915 < We thank the following individuals who contributed patches to Koha 17.06.00. --- > We thank the following individuals who contributed patches to Koha 17.6.0. 973c973 < patches to Koha 17.06.00 --- > patches to Koha 17.6.0 +1 :) |