Skip to content

Commit ce32e1d

Browse files
committed
JStock 1.0.7t
1 parent 0dc4eed commit ce32e1d

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

docs/changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
This file summarizes changes in JStock releases.
22
Numbers in parentheses refer to SourceForge.net tracker item numbers (#XXXXX)
33

4+
JStock 1.0.7t - 2014-12-17
5+
Feature: Support Google Finance for Sweden.
6+
47
JStock 1.0.7s - 2014-12-12
58
Feature: Support Hungary currency.
69
Feature: Always on top function.

installer/windows/jstock.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Name ${PRODUCT_NAME}
1111
RequestExecutionLevel admin ;Workaround for Vista
1212

1313
; The file to write
14-
OutFile "jstock-1.0.7s-setup.exe"
14+
OutFile "jstock-1.0.7t-setup.exe"
1515
LicenseData "gpl-2.0.txt"
1616

1717
; The default installation directory

installer/windows/jstock.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
<maxHeapSize>512</maxHeapSize>
2626
</jre>
2727
<versionInfo>
28-
<fileVersion>1.1.2.2</fileVersion>
29-
<txtFileVersion>1.1.2.2</txtFileVersion>
28+
<fileVersion>1.1.2.3</fileVersion>
29+
<txtFileVersion>1.1.2.3</txtFileVersion>
3030
<fileDescription>JStock - Stock Market Software</fileDescription>
3131
<copyright>Yan Cheng Cheok &lt;[email protected]&gt;</copyright>
32-
<productVersion>1.1.2.2</productVersion>
33-
<txtProductVersion>1.1.2.2</txtProductVersion>
32+
<productVersion>1.1.2.3</productVersion>
33+
<txtProductVersion>1.1.2.3</txtProductVersion>
3434
<productName>JStock - Stock Market Software</productName>
3535
<companyName>Yan Cheng Cheok &lt;[email protected]&gt;</companyName>
3636
<internalName>jstock</internalName>

src/org/yccheok/jstock/gui/Utils.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2701,11 +2701,11 @@ public ApplicationInfo(int applicationVersionID, String windowsDownloadLink, Str
27012701
// Remember to update isCloudFileCompatible method.
27022702
private static final int CLOUD_FILE_VERSION_ID = 1107;
27032703

2704-
private static final String ABOUT_BOX_VERSION_STRING = "1.0.7s";
2704+
private static final String ABOUT_BOX_VERSION_STRING = "1.0.7t";
27052705

2706-
// 1.0.7s
2706+
// 1.0.7t
27072707
// For About box comparision on latest version purpose.
2708-
private static final int APPLICATION_VERSION_ID = 1122;
2708+
private static final int APPLICATION_VERSION_ID = 1123;
27092709

27102710
private static final Executor zombiePool = Executors.newFixedThreadPool(Utils.NUM_OF_THREADS_ZOMBIE_POOL);
27112711

0 commit comments

Comments
 (0)