Closed (won't fix)
Project:
Features
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Oct 2009 at 04:21 UTC
Updated:
18 Oct 2014 at 14:05 UTC
Jump to comment: Most recent
Comments
Comment #1
yhahn commentedCan you give me a little bit more information about the kind of version strings you're interested in using?
I would not recommend generating arbitrary the version strings -- FYI, the project module and update module both require a specific version format of this sort:
[core]-[major].[patch]-[extra]e.g.
6.x-1.0-beta1Abiding by this format is necessary for use with project, update, and drush_make.
Comment #2
q0rban commentedComment #3
chipcleary commentedWould it make sense to add development versions to the allowed version patterns, e.g., 6.x-1.x (not just 6.x-1.0)? (When I created a module using features, I went back in by hand to make this change in the .info file it produced.)
Comment #4
Grayside commentedSupporting 6.x-1.x, or 6.x-1.x-dev seems like an actual bug, since you can create releases like those on D.O.
I vote for not supporting non-standard version numbers. Most cases for using those would be custom situations anyway, so you might as well define your own "secret version" item for the .info file.
Comment #5
hefox commentedClosing this as looks like agreed on won't fix
Comment #6
kenorb commentedWhat about the version such as:
Which actually are set by Drupal packaging script? These are not supported either.