Skip to content

Commit

Permalink
Unicode::UCD: Bump version; regen
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Jul 20, 2021
1 parent 2a1bc26 commit 62efcf1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charclass_invlists.h
Expand Up @@ -419852,7 +419852,7 @@ static const U8 WB_table[23][23] = {
#define MAX_FOLD_FROMS 3

/* Generated from:
* 26aa85b574ac779fd2410086b50f847bf049461f001c3d9a6b4348961b84ec63 lib/Unicode/UCD.pm
* 2fd9a2f142586dfe22360202cb099986a195e3d57326ca6ce625357980d5d440 lib/Unicode/UCD.pm
* ce96627d4fc91b4fd886c409caeb9b76cf7bd345e12f05c6701add7f233f6437 lib/unicore/ArabicShaping.txt
* 0e69eef3da722cc104522d8372e86d5b86bb7afcc761b0c991e39e832294946d lib/unicore/BidiBrackets.txt
* a00d9d21585106a52113fb7b1d3d0373a5835be72e76862fb559ebddd474d70e lib/unicore/BidiMirroring.txt
Expand Down
2 changes: 1 addition & 1 deletion lib/Unicode/UCD.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
no warnings 'surrogate'; # surrogates can be inputs to this
use charnames ();

our $VERSION = '0.76';
our $VERSION = '0.77';

sub DEBUG () { 0 }
$|=1 if DEBUG;
Expand Down
2 changes: 1 addition & 1 deletion lib/unicore/uni_keywords.pl
Expand Up @@ -1247,7 +1247,7 @@
1;

# Generated from:
# 26aa85b574ac779fd2410086b50f847bf049461f001c3d9a6b4348961b84ec63 lib/Unicode/UCD.pm
# 2fd9a2f142586dfe22360202cb099986a195e3d57326ca6ce625357980d5d440 lib/Unicode/UCD.pm
# ce96627d4fc91b4fd886c409caeb9b76cf7bd345e12f05c6701add7f233f6437 lib/unicore/ArabicShaping.txt
# 0e69eef3da722cc104522d8372e86d5b86bb7afcc761b0c991e39e832294946d lib/unicore/BidiBrackets.txt
# a00d9d21585106a52113fb7b1d3d0373a5835be72e76862fb559ebddd474d70e lib/unicore/BidiMirroring.txt
Expand Down
2 changes: 1 addition & 1 deletion regcharclass.h
Expand Up @@ -3566,7 +3566,7 @@
#endif /* PERL_REGCHARCLASS_H_ */

/* Generated from:
* 26aa85b574ac779fd2410086b50f847bf049461f001c3d9a6b4348961b84ec63 lib/Unicode/UCD.pm
* 2fd9a2f142586dfe22360202cb099986a195e3d57326ca6ce625357980d5d440 lib/Unicode/UCD.pm
* ce96627d4fc91b4fd886c409caeb9b76cf7bd345e12f05c6701add7f233f6437 lib/unicore/ArabicShaping.txt
* 0e69eef3da722cc104522d8372e86d5b86bb7afcc761b0c991e39e832294946d lib/unicore/BidiBrackets.txt
* a00d9d21585106a52113fb7b1d3d0373a5835be72e76862fb559ebddd474d70e lib/unicore/BidiMirroring.txt
Expand Down
2 changes: 1 addition & 1 deletion uni_keywords.h
Expand Up @@ -7494,7 +7494,7 @@ MPH_VALt match_uniprop( const unsigned char * const key, const U16 key_len ) {
#endif /* #if defined(PERL_CORE) || defined(PERL_EXT_RE_BUILD) */

/* Generated from:
* 26aa85b574ac779fd2410086b50f847bf049461f001c3d9a6b4348961b84ec63 lib/Unicode/UCD.pm
* 2fd9a2f142586dfe22360202cb099986a195e3d57326ca6ce625357980d5d440 lib/Unicode/UCD.pm
* ce96627d4fc91b4fd886c409caeb9b76cf7bd345e12f05c6701add7f233f6437 lib/unicore/ArabicShaping.txt
* 0e69eef3da722cc104522d8372e86d5b86bb7afcc761b0c991e39e832294946d lib/unicore/BidiBrackets.txt
* a00d9d21585106a52113fb7b1d3d0373a5835be72e76862fb559ebddd474d70e lib/unicore/BidiMirroring.txt
Expand Down

0 comments on commit 62efcf1

Please sign in to comment.