Skip to content

Commit

Permalink
ZENCash Desktop GUI Wallet 0.75.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vaklinov committed Nov 18, 2017
1 parent 621e91d commit 4634de5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/build/build.xml
Expand Up @@ -99,7 +99,7 @@

<target name="ubuntuPackage" depends="jar,copyothers">
<mkdir dir="${ubuntu.package.dir}"/>
<deb destfile="${ubuntu.package.dir}/zencash-desktop-gui-wallet_0.75.2_amd64.deb"
<deb destfile="${ubuntu.package.dir}/zencash-desktop-gui-wallet_0.75.3_all.deb"
control="${src.dir}/resources/ubuntu-package"
verbose="true">

Expand Down
2 changes: 1 addition & 1 deletion src/java/com/vaklinov/zcashui/ZCashUI.java
Expand Up @@ -112,7 +112,7 @@ public class ZCashUI
public ZCashUI(StartupProgressDialog progressDialog)
throws IOException, InterruptedException, WalletCallException
{
super("ZENCash Desktop GUI Wallet 0.75.2");
super("ZENCash Desktop GUI Wallet 0.75.3");

if (progressDialog != null)
{
Expand Down
4 changes: 2 additions & 2 deletions src/resources/ubuntu-package/control
@@ -1,8 +1,8 @@
Package: zencash-desktop-gui-wallet
Version: 0.75.2
Version: 0.75.3
Section: misc
Priority: low
Architecture: amd64
Architecture: all
Description: ZENCash Desktop GUI Wallet
Maintainer: ivan@vaklinov.com
Depends: default-jdk, zen

0 comments on commit 4634de5

Please sign in to comment.