Closed (fixed)
Project:
NineSixty (960 Grid System)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jun 2009 at 09:05 UTC
Updated:
19 Jun 2009 at 18:00 UTC
Currently there is the following in ninesixty.info:
version = .02
This causes problems with the Update Status module when using CVS deploy because it can't find this version (it's not a valid version number).
Would it be possible to remove this please? The info file should not specify version (it gets added by the packaging script).
Thanks!
Comments
Comment #1
dakku commentedaha, so its the hard coding the version which causes the "not supported" status.. I was wondering about that. I thought being a CVS noob, I messed up in downloading the module...
Yes please, guys fix this...
Comment #2
dvessel commentedI changed it to the "VERSION" constant. Basically what core themes do. Fixed in 6 and HEAD.
Comment #3
Mark Theunissen commentedThanks, but that doesn't work. VERSION will equate to 6.12 (the version of Drupal core), which is not a valid version for the module.
You have to leave it out completely. This is acceptable practice in contrib. CCK and Views, for example, do this.
Thanks!
Comment #4
dvessel commentedWhoopsie.. Fixed. Thanks!