diff --git a/CryptoNoteWallet.cmake b/CryptoNoteWallet.cmake index 4f2df68..c588384 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 3.0.1) +set(CN_VERSION 3.0.2) diff --git a/src/cryptonotewallet.rc b/src/cryptonotewallet.rc index bdb478f..f53884c 100644 --- a/src/cryptonotewallet.rc +++ b/src/cryptonotewallet.rc @@ -2,10 +2,10 @@ IDI_ICON1 ICON "images\parsicoinz.ico" #include -#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" diff --git a/src/parsipay.desktop b/src/parsipay.desktop index 50a424e..210e29a 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=3.0.1 +Version=3.0.2