Version number in source files doesn't match CVS revision
advseb - February 5, 2009 - 12:23
| Project: | Profile Plus |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi,
this is probably just a minor issue. I checked out DRUPAL-6--1 branch of your module. The second line of profileplus.module says:
// profileplus.module,v 1.8.2.2 2008/04/28 04:05:58 incrn8 Exp
However, that is not true, it is actually version 1.8.2.5. I think, Drupal CVS is configured in way to replace this line with the correct CVS revision automatically. Somehow you must have lost this mechanism.
Regards,
Sebastian

#1
Thanks for catching that. I'll fix it when I roll the new release. I thought I'd actually fixed that a while ago - its missing the $Id$ tag - guess it crept back in somehow.