Skip to content

Commit 65c5ad8

Browse files
committed
1.0.7.26
1 parent c43015d commit 65c5ad8

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.7.26 - 2017-06-27
5+
Bugfix: Fix DrieWealth stock searching.
6+
47
JStock 1.0.7.25 - 2017-05-25
58
Feature: Save changePrices and changePricePercentages to disk so we can have
69
daily profit information even when internet is not available. This

installer/windows/jstock.nsi

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

1414
; The file to write
15-
OutFile "jstock-1.0.7.25-setup.exe"
15+
OutFile "jstock-1.0.7.26-setup.exe"
1616
LicenseData "gpl-2.0.txt"
1717

1818
; 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.5.4</fileVersion>
29-
<txtFileVersion>1.1.5.4</txtFileVersion>
28+
<fileVersion>1.1.5.5</fileVersion>
29+
<txtFileVersion>1.1.5.5</txtFileVersion>
3030
<fileDescription>JStock - Stock Market Software</fileDescription>
3131
<copyright>Yan Cheng Cheok &lt;[email protected]&gt;</copyright>
32-
<productVersion>1.1.5.4</productVersion>
33-
<txtProductVersion>1.1.5.4</txtProductVersion>
32+
<productVersion>1.1.5.5</productVersion>
33+
<txtProductVersion>1.1.5.5</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
@@ -2736,11 +2736,11 @@ public ApplicationInfo(int applicationVersionID, String windowsDownloadLink, Str
27362736

27372737
////////////////////////////////////////////////////////////////////////////
27382738
////////////////////////////////////////////////////////////////////////////
2739-
private static final String ABOUT_BOX_VERSION_STRING = "1.0.7.25";
2739+
private static final String ABOUT_BOX_VERSION_STRING = "1.0.7.26";
27402740

2741-
// 1.0.7.25
2741+
// 1.0.7.26
27422742
// For About box comparision on latest version purpose.
2743-
private static final int APPLICATION_VERSION_ID = 1154;
2743+
private static final int APPLICATION_VERSION_ID = 1155;
27442744
////////////////////////////////////////////////////////////////////////////
27452745
////////////////////////////////////////////////////////////////////////////
27462746

0 commit comments

Comments
 (0)