Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
parsicoin committed Oct 26, 2018
1 parent ee0d035 commit 5716848
Show file tree
Hide file tree
Showing 194 changed files with 27,542 additions and 3,308 deletions.
5 changes: 1 addition & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "cryptonote"]
path = cryptonote
url = https://github.com/parsicoin/parsicoin.git
[submodule "libqrencode"]
path = libqrencode
url = https://github.com/fukuchi/libqrencode.git
url = https://github.com/parsicoin/parsicoin.git
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ add_definitions(-DGIT_REVISION=\"${GIT_REVISION}\")
set(CMAKE_AUTOMOC ON)

set(CRYPTONOTE_SOURCES
cryptonote/external/miniupnpc/connecthostport.c
cryptonote/external/miniupnpc/connecthostport.c
cryptonote/external/miniupnpc/igd_desc_parse.c
cryptonote/external/miniupnpc/minisoap.c
cryptonote/external/miniupnpc/miniupnpc.c
Expand Down Expand Up @@ -317,4 +317,4 @@ elseif (WIN32)
set(CPACK_GENERATOR ZIP)
endif (APPLE)

include(CPack)
include(CPack)
24 changes: 24 additions & 0 deletions COPYING
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Copyright (c) 2011-2015 The Cryptonote developers
Copyright (c) 2012-2016 Bytecoin developers
Copyright (c) 2014-2015 XDN developers
Copyright (c) 2016-2017 The Karbowanec developers
Copyright (c) 2017-2018 The Karbo developers
Copyright (c) 2018 The ParsiCoin developers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
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.0)
set(CN_VERSION 1.1.1)
165 changes: 0 additions & 165 deletions LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion QREncode.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ list(REMOVE_ITEM QRENCODE_SOURCES libqrencode/qrenc.c)
file(GLOB QRENCODE_HEADERS libqrencode/*.h)

list(APPEND my_definitions "__STATIC=static")
list(APPEND my_definitions "STATIC_IN_RELEASE=static")
list(APPEND my_definitions "MAJOR_VERSION=3")
list(APPEND my_definitions "MINOR_VERSION=4")
list(APPEND my_definitions "MICRO_VERSION=0")
Expand Down
Loading

0 comments on commit 5716848

Please sign in to comment.