Skip to content

Commit ba023c3

Browse files
committed
Unicode 15.1 update
1 parent a358157 commit ba023c3

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

java/PushChar/dep/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<key>CFBundleExecutable</key>
1010
<string>PushChar</string>
1111
<key>CFBundleGetInfoString</key>
12-
<string>© 2008-2022 Kreative Software</string>
12+
<string>© 2008-2023 Kreative Software</string>
1313
<key>CFBundleIconFile</key>
1414
<string>PushChar.icns</string>
1515
<key>CFBundleIdentifier</key>
@@ -21,7 +21,7 @@
2121
<key>CFBundlePackageType</key>
2222
<string>APPL</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>2.2</string>
24+
<string>2.2.1</string>
2525
<key>CFBundleSignature</key>
2626
<string>Pu∫©</string>
2727
<key>CFBundleVersion</key>

java/PushChar/dep/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Manifest-Version: 1.0
2-
Created-By: 2.2 (Kreative Software)
2+
Created-By: 2.2.1 (Kreative Software)
33
Main-Class: com.kreative.pushchar.main.Main

java/PushChar/dep/pushchar.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
<maxHeapSize>1024</maxHeapSize>
1717
</jre>
1818
<versionInfo>
19-
<fileVersion>2.2.0.0</fileVersion>
20-
<txtFileVersion>2.2</txtFileVersion>
19+
<fileVersion>2.2.1.0</fileVersion>
20+
<txtFileVersion>2.2.1</txtFileVersion>
2121
<fileDescription>PushChar</fileDescription>
22-
<copyright>(C) 2008-2022 Kreative Software</copyright>
23-
<productVersion>2.2.0.0</productVersion>
24-
<txtProductVersion>2.2</txtProductVersion>
22+
<copyright>(C) 2008-2023 Kreative Software</copyright>
23+
<productVersion>2.2.1.0</productVersion>
24+
<txtProductVersion>2.2.1</txtProductVersion>
2525
<productName>PushChar</productName>
2626
<companyName>Kreative Software</companyName>
2727
<internalName>PushChar</internalName>

java/PushChar/src/com/kreative/pushchar/main/Main.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ public static void main(String[] args) {
2424
while (argi < args.length) {
2525
String arg = args[argi++];
2626
if (arg.equalsIgnoreCase("-version") || arg.equalsIgnoreCase("--version")) {
27-
System.out.println("PushChar 2.2");
28-
System.out.println("(c) 2012-2022 Kreative Software");
27+
System.out.println("PushChar 2.2.1");
28+
System.out.println("(c) 2012-2023 Kreative Software");
2929
if (mode == Mode.AUTO) mode = Mode.INFO;
3030
} else if (arg.equalsIgnoreCase("-help") || arg.equalsIgnoreCase("--help")) {
3131
System.out.println("java -jar pushchar.jar [ -f <fontname> ] [ -b | -i | -bi ] [ -s <fontsize> ]");
320 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)