diff options
| author | tobtoht <tob@featherwallet.org> | 2025-11-11 21:52:46 +0000 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2025-11-11 21:52:46 +0000 |
| commit | 64f230d63adff7b544e8f2ba080ead4b7595ee04 (patch) | |
| tree | fdf478b9e2a6c4b8d7df643c40162ad070c87c32 /src/version.cpp.in | |
| parent | 8167ae5ef0e3e4f6054af8521adeaf9bf31b9f52 (diff) | |
| parent | 64f2d8e45dfcdbee8684272946c7c2b844848fa7 (diff) | |
| download | monzero-core-64f230d63adff7b544e8f2ba080ead4b7595ee04.tar.gz monzero-core-64f230d63adff7b544e8f2ba080ead4b7595ee04.tar.xz monzero-core-64f230d63adff7b544e8f2ba080ead4b7595ee04.zip | |
Merge pull request #10199
64f2d8e build: prepare v0.18.4.4 (selsta)
Diffstat (limited to 'src/version.cpp.in')
| -rw-r--r-- | src/version.cpp.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.cpp.in b/src/version.cpp.in index 06cb0ec49..e3d09f14b 100644 --- a/src/version.cpp.in +++ b/src/version.cpp.in @@ -1,5 +1,5 @@ #define DEF_MONERO_VERSION_TAG "@VERSIONTAG@" -#define DEF_MONERO_VERSION "0.18.4.3" +#define DEF_MONERO_VERSION "0.18.4.4" #define DEF_MONERO_RELEASE_NAME "Fluorine Fermi" #define DEF_MONERO_VERSION_FULL DEF_MONERO_VERSION "-" DEF_MONERO_VERSION_TAG #define DEF_MONERO_VERSION_IS_RELEASE @VERSION_IS_RELEASE@ |
