Defect #13189
Redmine version in trunk should be based on next major release
| Status: | New | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | - | |||
| Target version: | - | |||
| Affected version: | Resolution: |
Description
I'm developing a plugin against trunk, which relies on the IssueQuery class. This class only exists in trunk. Therefore the first version which will contain IssueQuery will be 2.3.0, so it makes sense to put this in my init.rb:
requires_redmine :version_or_higher => '2.3.0'
However trunk says the current version is
2.2.3-devel; should it be 2.3.0-devel?