Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
parsicoin committed Jun 26, 2018
1 parent b39f50f commit 2485cd7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.0)
set(CN_VERSION 1.0.1)
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\parsicoin.ico"

#include <windows.h>

#define VER_FILEVERSION 0,9,9
#define VER_FILEVERSION_STR "0.9.9\0"
#define VER_PRODUCTVERSION 0,9,9
#define VER_PRODUCTVERSION_STR "0.9.9\0"
#define VER_FILEVERSION 1,0,1
#define VER_FILEVERSION_STR "1.0.1\0"
#define VER_PRODUCTVERSION 1,0,1
#define VER_PRODUCTVERSION_STR "1.0.1\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/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ void MainWindow::connectToSignals() {
}

void MainWindow::initUi() {
setWindowTitle(QString(tr("ParsiCoin Wallet v1.0.0")).arg(Settings::instance().getVersion()));
setWindowTitle(QString(tr("ParsiCoin Wallet v1.0.1")).arg(Settings::instance().getVersion()));
#ifdef Q_OS_WIN32
createTrayIcon();
#endif
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.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>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;ParsiPay (ParsiCoin GUI Wallet) Version 1.0.1&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 @@ -9,4 +9,4 @@ Type=Application
Icon=parsicoin
MimeType=x-scheme-handler/parsicoin;
Categories=Internet;cryptocurrency;
Version=1.0.0
Version=1.0.1

0 comments on commit 2485cd7

Please sign in to comment.