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

dakku’s picture

aha, 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...

dvessel’s picture

Status: Active » Fixed

I changed it to the "VERSION" constant. Basically what core themes do. Fixed in 6 and HEAD.

Mark Theunissen’s picture

Status: Fixed » Needs work

Thanks, 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!

dvessel’s picture

Status: Needs work » Fixed

Whoopsie.. Fixed. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.