Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
parsicoin committed Dec 30, 2018
1 parent 62fe02b commit 92cfe15
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.1.1)
set(CN_VERSION 2.0.0)
4 changes: 2 additions & 2 deletions src/cryptonotewallet.rc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ IDI_ICON1 ICON "images\parsicoinz.ico"

#define VER_FILEVERSION 1,0,0,0
#define VER_FILEVERSION_STR "1.0.0.0\0"
#define VER_PRODUCTVERSION 1,1,1
#define VER_PRODUCTVERSION_STR "1.1.1\0"
#define VER_PRODUCTVERSION 2,0,0
#define VER_PRODUCTVERSION_STR "2.0.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/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=1.1.1
Version=2.0.0

0 comments on commit 92cfe15

Please sign in to comment.