Skip to content

Commit 18ad26b

Browse files
committed
version
1 parent 91ffda4 commit 18ad26b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

History.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
(-) - bugfix
77
(^) - improvement
88

9-
v. 1.181 2023.11.22
9+
v. 1.182 2023.11.26
1010
-=- (+) Support \K.
1111
-=- (+) Support possessive complex braces: (...){}+.
1212
-=- (^) Some small optimizations.

src/regexpr.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ implementation
933933
const
934934
// TRegExpr.VersionMajor/Minor return values of these constants:
935935
REVersionMajor = 1;
936-
REVersionMinor = 181;
936+
REVersionMinor = 182;
937937

938938
OpKind_End = REChar(1);
939939
OpKind_MetaClass = REChar(2);

0 commit comments

Comments
 (0)