Skip to content

Commit ac23ee8

Browse files
authored
Merge pull request #105 from stoffu/aeon-bump-0.12.9
Bump version to 0.12.9
2 parents 306c566 + f45a1e8 commit ac23ee8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Dates are provided in the format YYYY-MM-DD.
9797
| Software upgrade block height | Date | Fork version | Minimum Aeon version | Recommended Aeon version | Details |
9898
| ------------------------------ | -----------| ----------------- | ---------------------- | -------------------------- | ---------------------------------------------------------------------------------- |
9999
| 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 |
100-
| 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 |
100+
| 963500 | 2018-06-03 | v7 | v0.12.0.0 | v0.12.9.0-aeon | Rebase to Monero's latest codebase with RingCT disabled, CryptoNight-Lite variant 1, limited use of ringsize 1, ban ringsize 2 |
101101

102102
## Compiling Aeon from source
103103

@@ -162,7 +162,7 @@ invokes cmake commands as needed.
162162
* Change to the root of the source code directory, change to the most recent release tag, and build:
163163

164164
cd aeon
165-
git checkout v0.12.8.0-aeon
165+
git checkout v0.12.9.0-aeon
166166
make
167167

168168
*Optional*: If your machine has several cores and enough memory, enable
@@ -226,7 +226,7 @@ Tested on a Raspberry Pi Zero with a clean install of minimal Raspbian Stretch (
226226
```
227227
git clone https://github.com/aeonix/aeon.git
228228
cd aeon
229-
git checkout tags/v0.12.8.0-aeon
229+
git checkout tags/v0.12.9.0-aeon
230230
```
231231
* Build:
232232
```
@@ -323,9 +323,9 @@ application.
323323

324324
cd aeon
325325

326-
* 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:
326+
* If you would like a specific [version/tag](https://github.com/aeonix/aeon/tags), do a git checkout for that version. eg. 'v0.12.9.0-aeon'. If you dont care about the version and just want binaries from master, skip this step:
327327

328-
git checkout v0.12.8.0-aeon
328+
git checkout v0.12.9.0-aeon
329329

330330
* If you are on a 64-bit system, run:
331331

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.8.0-master"
2+
#define DEF_MONERO_VERSION "0.12.9.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)