The current recommended release has a broken version number (2.01). Using 2.01 will break drush makes files. If you look at the the project's update xml, it states the correct major version (2) and minor version (1). Please create a release with a valid version number.

Comments

deciphered’s picture

I second this request, I had to remove the version number from a Drush makefile because of this which is slightly inconvenient and shouldn't be necessary.

dkingofpa’s picture

@Deciphered - it's important to pin the versions in the Drush Make files. Rather than not use any version at all, you can use what is in the project's update xml. So here is how I define the project in my make files.

projects[cmf][version] = 2.1
projects[cmf][subdir] = contrib
; http://drupal.org/node/1210942#comment-4928520 (filter by edit access)
projects[cmf][patch][] = http://drupal.org/files/issues/filter_by_edit_access-1210942-3.patch
deciphered’s picture

dkingofpa,

I agree it's important, and I thank you for your snippet, it's also important that this bug is fixed so the that it isn't confusing on what version number to use.

Cheers,
Deciphered.

rich.yumul’s picture

+1

peter.walter’s picture

+1
Causing me problems with makefile