In 1.2, the info file says it's ; v 1.1.2.3

Comments

akalsey’s picture

Status: Active » Closed (works as designed)

The number in the $id line has nothing to do with the version of the software. It's the version of the file in the revision control system. It is updated on each code commit. For example the index.php in Drupal 6 has a version of 1.94.

B747’s picture

Status: Closed (works as designed) » Active

OK. I'm just down-right confused now, though. So my .info file looks like this:

; $Id: activitystream.info,v 1.1.2.3 2008/08/12 06:31:54 akalsey Exp $

name = Activity Stream Core
description = Core API module for Activity Streams
package = Activity Stream
; Information added by drupal.org packaging script on 2008-08-16
version = "5.x-1.2"
project = "activitystream"
datestamp = "1218915302"

I've run update.php , but in the module listing all activity stream modules are listed as 5.x-1.0, and I can't see any AS Views support at all...

and it still shows as being dependent on profile.module...

B747’s picture

Status: Active » Closed (fixed)

I'm a moron.