Skip to content

Commit

Permalink
v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ParsiCoin committed Jun 14, 2019
1 parent 95bd767 commit 0189fe5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 3.0.1)
set(CN_VERSION 3.0.2)
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,0,0
#define VER_FILEVERSION_STR "1.0.0.0\0"
#define VER_PRODUCTVERSION 3,0,1
#define VER_PRODUCTVERSION_STR "3.0.1\0"
#define VER_FILEVERSION 3,0,2
#define VER_FILEVERSION_STR "3.0.2.0\0"
#define VER_PRODUCTVERSION 3,0,2
#define VER_PRODUCTVERSION_STR "3.0.2\0"
#define VER_FILEDESCRIPTION_STR "ParsiPay"
#define VER_INTERNALNAME_STR "ParsiPay"
#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 2018-2019, ParsiCoin Developers"
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/parsicoin;
Categories=Office;Finance;
Version=3.0.1
Version=3.0.2

0 comments on commit 0189fe5

Please sign in to comment.