Skip to content

Commit 1fc80bb

Browse files
authored
Merge pull request #82 from stoffu/aeon-bump-0.12.8
Bump version to 0.12.8
2 parents f8876a0 + e01bdb4 commit 1fc80bb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Dates are provided in the format YYYY-MM-DD.
9494
| Software upgrade block height | Date | Fork version | Minimum Aeon version | Recommended Aeon version | Details |
9595
| ------------------------------ | -----------| ----------------- | ---------------------- | -------------------------- | ---------------------------------------------------------------------------------- |
9696
| 592000 | 2015-08-04 | v1 (exceptional, version not bumped) | v0.9.0.0 | v0.9.14.0 | blocktime = 240 seconds, CryptoNight-Lite, lower mining priority for ringsize < 3 |
97-
| 963500 | 2018-06-03 | v7 | v0.12.0.0 | v0.12.6.0-aeon | Rebase to Monero's latest codebase with RingCT disabled, CryptoNight-Lite variant 1, limited use of ringsize 1, ban ringsize 2 |
97+
| 963500 | 2018-06-03 | v7 | v0.12.0.0 | v0.12.8.0-aeon | Rebase to Monero's latest codebase with RingCT disabled, CryptoNight-Lite variant 1, limited use of ringsize 1, ban ringsize 2 |
9898

9999
## Compiling Aeon from source
100100

@@ -135,7 +135,7 @@ library archives (`.a`).
135135
build the library binary manually. This can be done with the following command ```sudo apt-get install libgtest-dev && cd /usr/src/gtest && sudo cmake . && sudo make && sudo mv libg* /usr/lib/ ```
136136

137137
Install all dependencies at once on Debian/Ubuntu:
138-
``` sudo apt update && sudo apt install build-essential cmake git libpcsclite-dev pkg-config libboost-all-dev libssl-dev libzmq3-dev libunbound-dev libsodium-dev libminiupnpc-dev libunwind8-dev liblzma-dev libreadline6-dev libldns-dev libexpat1-dev doxygen graphviz libpcsclite-dev ```
138+
``` sudo apt update && sudo apt install build-essential cmake git pkg-config libboost-all-dev libssl-dev libzmq3-dev libunbound-dev libsodium-dev libminiupnpc-dev libunwind8-dev liblzma-dev libreadline6-dev libldns-dev libexpat1-dev doxygen graphviz libpcsclite-dev ```
139139
### Cloning the repository
140140

141141
Clone recursively to pull-in needed submodule(s):
@@ -157,7 +157,7 @@ invokes cmake commands as needed.
157157
* Change to the root of the source code directory, change to the most recent release tag, and build:
158158

159159
cd aeon
160-
git checkout v0.12.6.0-aeon
160+
git checkout v0.12.8.0-aeon
161161
make
162162

163163
*Optional*: If your machine has several cores and enough memory, enable
@@ -219,7 +219,7 @@ Tested on a Raspberry Pi Zero with a clean install of minimal Raspbian Stretch (
219219
```
220220
git clone https://github.com/aeonix/aeon.git
221221
cd aeon
222-
git checkout tags/v0.12.6.0-aeon
222+
git checkout tags/v0.12.8.0-aeon
223223
```
224224
* Build:
225225
```
@@ -316,9 +316,9 @@ application.
316316

317317
cd aeon
318318

319-
* If you would like a specific [version/tag](https://github.com/aeonix/aeon/tags), do a git checkout for that version. eg. 'v0.12.6.0-aeon'. If you dont care about the version and just want binaries from master, skip this step:
319+
* If you would like a specific [version/tag](https://github.com/aeonix/aeon/tags), do a git checkout for that version. eg. 'v0.12.8.0-aeon'. If you dont care about the version and just want binaries from master, skip this step:
320320

321-
git checkout v0.12.6.0-aeon
321+
git checkout v0.12.8.0-aeon
322322

323323
* If you are on a 64-bit system, run:
324324

src/version.cpp.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define DEF_MONERO_VERSION_TAG "@VERSIONTAG@"
2-
#define DEF_MONERO_VERSION "0.12.7.0-master"
2+
#define DEF_MONERO_VERSION "0.12.8.0-master"
33
#define DEF_MONERO_RELEASE_NAME "Sophia"
44
#define DEF_MONERO_VERSION_FULL DEF_MONERO_VERSION "-" DEF_MONERO_VERSION_TAG
55

0 commit comments

Comments
 (0)