Skip to content

Commit 2f083f7

Browse files
authored
Stop manually setting versions in AacOrder.java (#935)
1 parent 186bc71 commit 2f083f7

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

docs/emoji/aac.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,6 @@
55
Once the emoji are finalized for new version of TR51, or there is a new version
66
of CLDR, run AacOrder.java to generate 3 new files which will be checked in.
77

8-
Fix the versions at the top of the file, such as:
9-
```
10-
private static final VersionInfo VERSION = Emoji.VERSION12;
11-
12-
private static final VersionInfo UCD_VERSION = Emoji.VERSION12;
13-
```
14-
15-
The emoji version will be ≥ the UCD version.
16-
178
**Results:**
189

1910
:construction: **TODO**: Work with Mark on working replacements for "draft" URLs.

unicodetools/src/main/java/org/unicode/tools/AacOrder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030

3131
public class AacOrder {
3232

33-
private static final VersionInfo VERSION = Emoji.VERSION15_1;
34-
private static final VersionInfo UCD_VERSION = Emoji.VERSION15_1;
33+
private static final VersionInfo VERSION = Emoji.VERSION_TO_GENERATE;
34+
private static final VersionInfo UCD_VERSION = Emoji.VERSION_TO_GENERATE_UNICODE;
3535

3636
private static final CandidateData CANDIDATE_DATA = CandidateData.getInstance();
3737

0 commit comments

Comments
 (0)