Re: [Mingw-w64-public] Finding runtime version

2017-11-16 Thread JonY via Mingw-w64-public
On 11/16/2017 02:30 PM, niXman wrote: > JonY via Mingw-w64-public 2017-11-16 17:26: > >> master should be Major 6, v5.x should be bugfix level 4. > > done. > ok for commit? > Looks good. signature.asc Description: OpenPGP digital signature -

Re: [Mingw-w64-public] Finding runtime version

2017-11-16 Thread niXman
JonY via Mingw-w64-public 2017-11-16 17:26: master should be Major 6, v5.x should be bugfix level 4. done. ok for commit? -- Regards, niXman ___ Work for Bitcoins ___ Dual-target(32 & 64-bit) MinG

Re: [Mingw-w64-public] Finding runtime version

2017-11-16 Thread JonY via Mingw-w64-public
On 11/15/2017 01:32 PM, niXman wrote: > > Kai, JonY, > > ok for commit for master and v5x? > master should be Major 6, v5.x should be bugfix level 4. signature.asc Description: OpenPGP digital signature -- Check out t

Re: [Mingw-w64-public] Finding runtime version

2017-11-15 Thread niXman
Kai, JonY, ok for commit for master and v5x? diff --git a/mingw-w64-headers/crt/_mingw_mac.h b/mingw-w64-headers/crt/_mingw_mac.h index bf7b330..2abe847 100644 --- a/mingw-w64-headers/crt/_mingw_mac.h +++ b/mingw-w64-headers/crt/_mingw_mac.h @@ -13,6 +13,7 @@ #define __MINGW64_VERSION_MAJOR 5

Re: [Mingw-w64-public] Finding runtime version

2017-11-15 Thread niXman
sisyph...@optusnet.com.au 2017-11-15 14:00: Having determined that __MINGW64_VERSION_MAJOR is "5" and that __MINGW64_VERSION_MINOR is "0", is there some way that the C preprocessor can determine whether the runtime version is 5.0.3 (or not) ? +1 for this question. -- Regards, niXman

Re: [Mingw-w64-public] Finding runtime version

2017-11-15 Thread sisyphus1
-Original Message- From: sisyph...@optusnet.com.au Sent: Friday, November 10, 2017 8:09 PM To: mingw-w64-public@lists.sourceforge.net Subject: Finding runtime version Hi, For mingw-w64 runtime version x.y.z, I know that __MINGW64_VERSION_MAJOR will give me the value of x, and __MINGW6

[Mingw-w64-public] Finding runtime version

2017-11-10 Thread sisyphus1
Hi, For mingw-w64 runtime version x.y.z, I know that __MINGW64_VERSION_MAJOR will give me the value of x, and __MINGW64_VERSION_MINOR will give me the value of y. But what's the symbol that will give me the value of z ? Is there a symbol that will give me all three values as a string "x.y.z"