[fpc-pascal] TRegExpr in FPC 3.2.4 is still old
    Alexey T. 
    support at uvviewsoft.com
       
    Wed Jan  8 19:28:34 CET 2025
    
    
  
branch 'release_3_2_4' has too old regexpr.pas:
https://gitlab.com/freepascal.org/fpc/source/-/blob/release_3_2_4-branch/packages/regexpr/src/regexpr.pas
   REVersionMajor = 0;
   REVersionMinor = 987;
while FPC Git main has
   REVersionMajor = 1;
   REVersionMinor = 182;
while last Sorokin's version
https://github.com/andgineer/TRegExpr/blob/master/src/regexpr.pas
has
   REVersionMajor = 1;
   REVersionMinor = 189;
Alex
    
    
More information about the fpc-pascal
mailing list