amazonwebservices / aws-sdk-for-php

(DEPRECATED) AWS SDK for PHP - Version 1. Version 3 is the latest:
https://github.com/aws/aws-sdk-php
710 stars 254 forks source link

Revert CFRUNTIME_VERSION to be numeric. #45

Closed boombatower closed 12 years ago

boombatower commented 12 years ago

This happened once before only in one of the textual files that includes the version number. I have since changed my code to depend on the code constant since it is cleaner and was hoped to be a better place to count on the version, but it seems to have been accidentally changed to the release name. Let me know if I am mistaken, otherwise please fix.

Drupal issue http://drupal.org/node/1822182

Thanks.

boombatower commented 12 years ago

Thanks. Just to confirm did you want to move the tag or just leave this fix in master? Just need to document so users know what download.

skyzyx commented 12 years ago

Sorry, it was late when I made the merge. :)

I've updated the 1.5.15 tag with this merged commit using a fixup.

boombatower commented 12 years ago

Thanks.