Re: [NTG-context] \doifolderversionelse

2012-05-10 Thread Hans Hagen

On 10-5-2012 12:00, Peter Rolf wrote:

Hi,

I tried to handle some version changes with \doifolderversionelse.
Sadly it does not work here.

Example:

\starttext
\doifolderversionelse\contextversion{1010.10.10} {OLDER} {OKAY}% =>  OLDER
\doifolderversionelse\contextversion{2020.20.20} {OLDER} {OKAY}% =>  OKAY
\doifolderversionelse\contextversion{2020}   {OLDER} {OKAY}% =>  OKAY
\stoptext


Tested with ConTeXt version

2011.11.08 and 2012.05.08

Result is always "older".


fixed in next beta


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] \doifolderversionelse

2012-05-10 Thread Peter Rolf
Hi,

I tried to handle some version changes with \doifolderversionelse.
Sadly it does not work here.

Example:

\starttext
\doifolderversionelse\contextversion{1010.10.10} {OLDER} {OKAY}% => OLDER
\doifolderversionelse\contextversion{2020.20.20} {OLDER} {OKAY}% => OKAY
\doifolderversionelse\contextversion{2020}   {OLDER} {OKAY}% => OKAY
\stoptext


Tested with ConTeXt version

2011.11.08 and 2012.05.08

Result is always "older".


Regards,  Peter
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___