Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
parsicoin committed Jul 24, 2018
1 parent 739eb13 commit 5352ae8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CryptoNoteWallet.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
set(CN_PROJECT_NAME "ParsiPay")
set(CN_CURRENCY_DISPLAY_NAME "ParsiCoin")
set(CN_CURRENCY_TICKER "PARS")
set(CN_VERSION 1.0.2)
set(CN_VERSION 1.0.3)
8 changes: 4 additions & 4 deletions src/cryptonotewallet.rc
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ IDI_ICON1 ICON "images\parsicoinz.ico"

#include <windows.h>

#define VER_FILEVERSION 1,0,2
#define VER_FILEVERSION_STR "1.0.2\0"
#define VER_PRODUCTVERSION 1,0,2
#define VER_PRODUCTVERSION_STR "1.0.2\0"
#define VER_FILEVERSION 1,0,3
#define VER_FILEVERSION_STR "1.0.3\0"
#define VER_PRODUCTVERSION 1,0,3
#define VER_PRODUCTVERSION_STR "1.0.3\0"
#define VER_FILEDESCRIPTION_STR "ParsiPay"
#define VER_INTERNALNAME_STR "ParsiCoin"
#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 2018, Parsicoin Developers"
Expand Down
2 changes: 1 addition & 1 deletion src/gui/ui/aboutdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
</size>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;ParsiPay (ParsiCoin GUI Wallet) Version 1.0.2&lt;/p&gt;&lt;p&gt;ParsiCoin is A Private, Untraceable, Anonymous CryptoCurrency Based on CryptoNote&lt;/p&gt;&lt;p&gt;Copyright (c) 2018. ParsiCoin Developers&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://opensource.org/licenses/gpl-3.0&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://opensource.org/licenses/gpl-3.0&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;Https://ParsiCoin.Net/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;https://ParsiCoin.Net/&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> </property>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;ParsiPay (ParsiCoin GUI Wallet) Version 1.0.3&lt;/p&gt;&lt;p&gt;ParsiCoin is A Private, Untraceable, Anonymous CryptoCurrency Based on CryptoNote&lt;/p&gt;&lt;p&gt;Copyright (c) 2018. ParsiCoin Developers&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://opensource.org/licenses/gpl-3.0&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://opensource.org/licenses/gpl-3.0&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;Https://ParsiCoin.Net/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;https://ParsiCoin.Net/&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> </property>
<property name="textFormat">
<enum>Qt::RichText</enum>
</property>
Expand Down
2 changes: 1 addition & 1 deletion src/parsicoinwallet.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ Type=Application
Icon=parsicoin
MimeType=x-scheme-handler/parsipay;
Categories=Office;Finance;
Version=1.0.2
Version=1.0.3

0 comments on commit 5352ae8

Please sign in to comment.