Defect #3233
closedWrong version in trunk
0%
Description
I use the trunk of Redmine but i looks like the version is not oke (0.8.0.devel.2679) instead of : 0.8.3.devel.2679.
Thanks to this several plugins (redmine-graph i.e.) don't work.
Updated by Eric Davis over 15 years ago
Yes, the version numbers are getting changed in the specific branches so trunk is still at 0.8.0. Jean-Philippe, should the release process bump the version number in trunk before merging the changes to the release branch?
Updated by Jean-Philippe Lang over 15 years ago
The version number in trunk should be fixed indeed.
But I'm not sure it should be the same as the last release number. Currently, trunk is much different than the 0.8.3 release. Should we set something else like 0.8.9.devel or even 0.9.0.devel ?
Updated by Stefan Verstege over 15 years ago
anything other then 0.8.0 works for me :D
Perhaps it's a good idea to give it the versionnumber of the first next version on the roadmap?
Updated by Eric Davis over 15 years ago
Jean-Philippe Lang wrote:
The version number in trunk should be fixed indeed.
But I'm not sure it should be the same as the last release number. Currently, trunk is much different than the 0.8.3 release. Should we set something else like 0.8.9.devel or even 0.9.0.devel ?
I'd say to use the current stable version (0.8.3 now) since it includes the 'devel' BRANCH. Then a plugin could requires_redmine :version_or_higher => '0.8.3'
to want 0.8.3 or trunk.
Updated by Stefan Verstege over 15 years ago
Eric Davis wrote:
I'd say to use the current stable version (0.8.3 now) since it includes the 'devel' BRANCH. Then a plugin could
requires_redmine :version_or_higher => '0.8.3'
to want 0.8.3 or trunk.
Agree.. Any idea when this will be fixed?? Since this is now also reported in the issuetrackers of some plugins (like [[http://github.com/mszczytowski/redmine_charts/issues#issue/6]])
Updated by Łukasz Rżanek over 15 years ago
Normally I would suggest, that the trunk is always high with numbers, i.e.:
- Last released version: 0.8.3.[1..8].x - usually you won't go further than 3-5
- Last development version: 0.8.3.9.x
This works for me event in the most complex projects, so it should work here as well...
Updated by Jean-Philippe Lang over 15 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Fixed in r2802. Trunk version is now set as the latest stable version.