Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
parsicoin committed Sep 16, 2018
1 parent 69431af commit ee0d035
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.4)
set(CN_VERSION 1.1.0)
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,4
#define VER_FILEVERSION_STR "1.0.4\0"
#define VER_PRODUCTVERSION 1,0,4
#define VER_PRODUCTVERSION_STR "1.0.4\0"
#define VER_FILEVERSION 1,1,0
#define VER_FILEVERSION_STR "1.1.0\0"
#define VER_PRODUCTVERSION 1,1,0
#define VER_PRODUCTVERSION_STR "1.1.0\0"
#define VER_FILEDESCRIPTION_STR "parsipay"
#define VER_INTERNALNAME_STR "parsipay"
#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.4&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.1.0&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/parsipay.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.4
Version=1.1.0

0 comments on commit ee0d035

Please sign in to comment.