Closed (works as designed)
Project:
Libraries API
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jul 2012 at 17:19 UTC
Updated:
11 Jul 2012 at 17:38 UTC
There is a version in info file '7.x-2.0-alpha2+2-dev' in last dev version.
Which is incompatible with dependency format - http://drupal.org/node/542202 (see for example http://drupal.org/project/twitter_bootstrap_ui).
I assume it should be named like '7.x-2.x'.
Comments
Comment #1
sunThe drupal.org packaging script injects this version string. As you can see, it is not contained in the source code:
http://drupalcode.org/project/libraries.git/blob/HEAD:/libraries.info
In any case, the claim that this version string would be incompatible with dependency versions is not true. Drupal core (actually PHP) handles the versions correctly.
You likely want:
The documentation page http://drupal.org/node/542202 might be outdated.