From 92cfe15aa68788a49b9f3cd08e87e0e3aae40839 Mon Sep 17 00:00:00 2001 From: parsicoin Date: Mon, 31 Dec 2018 00:04:13 +0330 Subject: [PATCH] v2.0.0 --- CryptoNoteWallet.cmake | 2 +- src/cryptonotewallet.rc | 4 ++-- src/parsipay.desktop | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CryptoNoteWallet.cmake b/CryptoNoteWallet.cmake index 2736d55..764dd65 100644 --- a/CryptoNoteWallet.cmake +++ b/CryptoNoteWallet.cmake @@ -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) diff --git a/src/cryptonotewallet.rc b/src/cryptonotewallet.rc index c80ffee..99f3d52 100644 --- a/src/cryptonotewallet.rc +++ b/src/cryptonotewallet.rc @@ -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" diff --git a/src/parsipay.desktop b/src/parsipay.desktop index 50b11f2..56d0949 100644 --- a/src/parsipay.desktop +++ b/src/parsipay.desktop @@ -21,4 +21,4 @@ Type=Application Icon=parsicoin MimeType=x-scheme-handler/parsicoin; Categories=Office;Finance; -Version=1.1.1 +Version=2.0.0