1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-23 14:40:34 +01:00

set version to 0.2-alpha2

This commit is contained in:
pm47 2017-04-07 11:27:05 +02:00
parent e8485128e5
commit 1e792f63d7
5 changed files with 5 additions and 5 deletions

View file

@ -17,7 +17,7 @@ This software follows the [Lightning Network Specifications (BOLTs)](https://git
---
## Lightning Network Specification Compliance
[Eclair 0.2-alpha1](https://github.com/ACINQ/eclair/releases/tag/v0.2-alpha1) is compliant with the BOLTs at commit [06a5e6cbdbb4c6f8b8dab444de497cdb9c7d7f02](https://github.com/lightningnetwork/lightning-rfc/commit/06a5e6cbdbb4c6f8b8dab444de497cdb9c7d7f02), with the following caveats:
[Eclair 0.2-alpha2](https://github.com/ACINQ/eclair/releases/tag/v0.2-alpha2) is compliant with the BOLTs at commit [f048a2c298448eca7520ccf1d7d61b1860e319b7](https://github.com/lightningnetwork/lightning-rfc/commit/f048a2c298448eca7520ccf1d7d61b1860e319b7), with the following caveats:
- [X] BOLT 1: Base Protocol
- [X] BOLT 2: Peer Protocol for Channel Management
@ -35,7 +35,7 @@ This software follows the [Lightning Network Specifications (BOLTs)](https://git
## Installation
:warning: **Those are valid for the most up-to-date, unreleased, version of eclair. Here are the [instructions for Eclair 0.2-alpha1](https://github.com/ACINQ/eclair/blob/v0.2-alpha1/README.md#installation)**.
:warning: **Those are valid for the most up-to-date, unreleased, version of eclair. Here are the [instructions for Eclair 0.2-alpha2](https://github.com/ACINQ/eclair/blob/v0.2-alpha2/README.md#installation)**.
### Configuring Bitcoin Core

View file

@ -5,7 +5,7 @@
<parent>
<groupId>fr.acinq.eclair</groupId>
<artifactId>eclair_2.11</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2-alpha2</version>
</parent>
<artifactId>eclair-node_2.11</artifactId>
@ -105,7 +105,7 @@
<configuration>
<vendor>ACINQ</vendor>
<needShortcut>true</needShortcut>
<appName>Eclair (Alpha 1)</appName>
<appName>Eclair (Alpha 2)</appName>
<nativeReleaseVersion>0.2.0</nativeReleaseVersion>
<mainClass>fr.acinq.eclair.Boot</mainClass>
<verbose>false</verbose>

View file

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -4,7 +4,7 @@
<groupId>fr.acinq.eclair</groupId>
<artifactId>eclair_2.11</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2-alpha2</version>
<packaging>pom</packaging>
<modules>