Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-T committed Nov 29, 2023
1 parent 91ffda4 commit 18ad26b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion History.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
(-) - bugfix
(^) - improvement

v. 1.181 2023.11.22
v. 1.182 2023.11.26
-=- (+) Support \K.
-=- (+) Support possessive complex braces: (...){}+.
-=- (^) Some small optimizations.
Expand Down
2 changes: 1 addition & 1 deletion src/regexpr.pas
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ implementation
const
// TRegExpr.VersionMajor/Minor return values of these constants:
REVersionMajor = 1;
REVersionMinor = 181;
REVersionMinor = 182;

OpKind_End = REChar(1);
OpKind_MetaClass = REChar(2);
Expand Down

0 comments on commit 18ad26b

Please sign in to comment.