bubaflub / parrot-gmp

GMP bindings for Parrot
http://www.google-melange.com/gsoc/proposal/review/google/gsoc2011/bubaflub/1
Artistic License 2.0
6 stars 1 forks source link

Determine which GMP version to support #3

Closed leto closed 13 years ago

leto commented 13 years ago

4.x-5.y, what is x and y?

bubaflub commented 13 years ago

According to gmp-discuss, 4.2 - 5.0.2 (latest). Should be completely backwards compatible, and 5.0.2 has been declared stable.

leto commented 13 years ago

Awesome! This knowledge needs to be transcribed into code that detects the GMP version and bombs out unless we are at >= 4.2.0

On Fri, May 20, 2011 at 8:54 AM, bubaflub reply@reply.github.com wrote:

According to gmp-discuss, 4.2 - 5.0.2 (latest).  Should be completely backwards compatible, and 5.0.2 has been declared stable.

Reply to this email directly or view it on GitHub: https://github.com/bubaflub/parrot-gmp/issues/3#comment_1210754

Jonathan "Duke" Leto jonathan@leto.net 209.691.DUKE // http://leto.net NOTE: Personal email is only checked twice a day at 10am/2pm PST, please call/text for time-sensitive matters.

bubaflub commented 13 years ago

Commit 4871e4c has setup.winxed checking the actual GMP version; 34a68e4 has setup.winxed checking the correct version.