Skip to content

Commit 1ad525e

Browse files
committed
1.0.7v
1 parent a31d8ec commit 1ad525e

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

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.7u-setup.exe"
14+
OutFile "jstock-1.0.7v-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.4</fileVersion>
29-
<txtFileVersion>1.1.2.4</txtFileVersion>
28+
<fileVersion>1.1.2.5</fileVersion>
29+
<txtFileVersion>1.1.2.5</txtFileVersion>
3030
<fileDescription>JStock - Stock Market Software</fileDescription>
3131
<copyright>Yan Cheng Cheok &lt;[email protected]&gt;</copyright>
32-
<productVersion>1.1.2.4</productVersion>
33-
<txtProductVersion>1.1.2.4</txtProductVersion>
32+
<productVersion>1.1.2.5</productVersion>
33+
<txtProductVersion>1.1.2.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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* JStock - Free Stock Market Software
3-
* Copyright (C) 2014 Yan Cheng Cheok <[email protected]>
3+
* Copyright (C) 2015 Yan Cheng Cheok <[email protected]>
44
*
55
* This program is free software; you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by
@@ -2711,11 +2711,11 @@ public ApplicationInfo(int applicationVersionID, String windowsDownloadLink, Str
27112711
// Remember to update isCloudFileCompatible method.
27122712
private static final int CLOUD_FILE_VERSION_ID = 1107;
27132713

2714-
private static final String ABOUT_BOX_VERSION_STRING = "1.0.7u";
2714+
private static final String ABOUT_BOX_VERSION_STRING = "1.0.7v";
27152715

2716-
// 1.0.7u
2716+
// 1.0.7v
27172717
// For About box comparision on latest version purpose.
2718-
private static final int APPLICATION_VERSION_ID = 1124;
2718+
private static final int APPLICATION_VERSION_ID = 1125;
27192719

27202720
private static final Executor zombiePool = Executors.newFixedThreadPool(Utils.NUM_OF_THREADS_ZOMBIE_POOL);
27212721

0 commit comments

Comments
 (0)