Skip to content

Commit 69c8aee

Browse files
committed
1.0.7.2
1 parent 54de97e commit 69c8aee

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.7.1-setup.exe"
14+
OutFile "jstock-1.0.7.2-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.3.0</fileVersion>
29-
<txtFileVersion>1.1.3.0</txtFileVersion>
28+
<fileVersion>1.1.3.1</fileVersion>
29+
<txtFileVersion>1.1.3.1</txtFileVersion>
3030
<fileDescription>JStock - Stock Market Software</fileDescription>
3131
<copyright>Yan Cheng Cheok &lt;[email protected]&gt;</copyright>
32-
<productVersion>1.1.3.0</productVersion>
33-
<txtProductVersion>1.1.3.0</txtProductVersion>
32+
<productVersion>1.1.3.1</productVersion>
33+
<txtProductVersion>1.1.3.1</txtProductVersion>
3434
<productName>JStock - Stock Market Software</productName>
3535
<companyName>Yan Cheng Cheok &lt;[email protected]&gt;</companyName>
3636
<internalName>jstock</internalName>

0 commit comments

Comments
 (0)