Skip to content

Commit

Permalink
build: prepare v0.18.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
selsta committed Mar 9, 2024
1 parent dc3441f commit cb3d693
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}")

set(VERSION_MAJOR "18")
set(VERSION_MINOR "3")
set(VERSION_REVISION "1")
set(VERSION_REVISION "2")
set(VERSION "0.${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}")

option(STATIC "Link libraries statically, requires static Qt")
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Packaging for your favorite distribution would be a welcome contribution!
```
git clone --branch master --recursive https://github.com/monero-project/monero-gui.git
```
\* `master` - replace with the desired version tag (e.g. `v0.18.3.1`) to build the release binaries.
\* `master` - replace with the desired version tag (e.g. `v0.18.3.2`) to build the release binaries.
3. Prepare build environment
```
cd monero-gui
Expand All @@ -130,7 +130,7 @@ Packaging for your favorite distribution would be a welcome contribution!
```
git clone --branch master --recursive https://github.com/monero-project/monero-gui.git
```
\* `master` - replace with the desired version tag (e.g. `v0.18.3.1`) to build the release binaries.
\* `master` - replace with the desired version tag (e.g. `v0.18.3.2`) to build the release binaries.
3. Prepare build environment
```
cd monero-gui
Expand Down
2 changes: 1 addition & 1 deletion monero
Submodule monero updated 54 files
+1 −1 Makefile
+5 −5 README.md
+1 −1 contrib/depends/funcs.mk
+6 −6 contrib/depends/packages/expat.mk
+7 −8 contrib/depends/packages/openssl.mk
+7 −6 contrib/depends/packages/unbound.mk
+2 −2 contrib/depends/toolchain.cmake.in
+26 −16 contrib/epee/include/net/http_client.h
+13 −0 contrib/epee/src/mlog.cpp
+4 −0 contrib/epee/src/readline_buffer.cpp
+1 −1 contrib/gitian/DOCKRUN.md
+1 −1 contrib/gitian/README.md
+9 −2 contrib/gitian/gitian-linux.yml
+2 −2 docs/ANONYMITY_NETWORKS.md
+5 −0 external/easylogging++/easylogging++.cc
+1 −1 external/randomx
+ src/blocks/checkpoints.dat
+1 −0 src/checkpoints/checkpoints.cpp
+13 −4 src/crypto/jh.c
+4 −4 src/cryptonote_basic/tx_extra.h
+1 −0 src/cryptonote_config.h
+3 −2 src/cryptonote_core/blockchain.cpp
+15 −3 src/cryptonote_core/tx_pool.cpp
+6 −5 src/cryptonote_core/tx_pool.h
+6 −3 src/multisig/multisig_kex_msg.cpp
+9 −36 src/net/i2p_address.cpp
+4 −5 src/net/i2p_address.h
+1 −1 src/net/parse.cpp
+1 −1 src/p2p/net_peerlist_boost_serialization.h
+13 −3 src/ringct/rctTypes.h
+201 −0 src/rpc/daemon_messages.cpp
+16 −7 src/rpc/zmq_server.cpp
+2 −2 src/serialization/container.h
+4 −6 src/serialization/debug_archive.h
+0 −2 src/serialization/difficulty_type.h
+2 −2 src/serialization/pair.h
+23 −102 src/serialization/serialization.h
+1 −1 src/serialization/tuple.h
+17 −28 src/serialization/variant.h
+79 −6 src/simplewallet/simplewallet.cpp
+1 −1 src/version.cpp.in
+216 −44 src/wallet/wallet2.cpp
+4 −2 src/wallet/wallet2.h
+10 −0 src/wallet/wallet_errors.h
+14 −8 src/wallet/wallet_rpc_server.cpp
+2 −2 src/wallet/wallet_rpc_server.h
+18 −1 src/wallet/wallet_rpc_server_commands_defs.h
+81 −0 tests/functional_tests/transfer.py
+1 −0 tests/unit_tests/aligned.cpp
+56 −0 tests/unit_tests/epee_utils.cpp
+7 −0 tests/unit_tests/json_serialization.cpp
+37 −42 tests/unit_tests/net.cpp
+34 −5 tests/unit_tests/serialization.cpp
+2 −1 utils/python-rpc/framework/wallet.py

0 comments on commit cb3d693

Please sign in to comment.