Skip to content
This repository has been archived by the owner on Feb 9, 2019. It is now read-only.

Commit

Permalink
bumped version to 1.3.6cg
Browse files Browse the repository at this point in the history
  • Loading branch information
ac0v committed Oct 28, 2017
1 parent 94f7f6b commit 5097ad7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,14 @@ After that you can simply run `burst.cmd` and that should start your wallet.

You can get all additional commands available by running `burst.cmd help`

#### macOS

Firebird (embedded) needs some more work on macOS at the moment. All
other supported databases should work as expected.

#### Other Unix-like systems
#### Unix-like systems

Please install Java 8 (JRE 1.8) manually and run it by using burst.sh
You can get further information calling `burst.sh help`

Please note: Firebird (embedded) needs some more work on macOS at the moment.
All other supported databases should work as expected.

##### Configure and Initialize MariaDB

The Debian and Ubuntu packages provide an automatic configuration of
Expand Down Expand Up @@ -89,7 +87,7 @@ nxt.dbPassword=yourpassword
For a general overview of Burst history see https://burstwiki.org/wiki/History_of_Burst

```
2017/10/24 1.3.6cg multi-DB support: added Firebird, re-added H2
2017/10/28 1.3.6cg multi-DB support: added Firebird, re-added H2; support for quick binary dump and load
2017/09/04 1.3.4cg improved database deployment; bugfix: utf8 encoding
2017/08/11 1.3.2cg 1st official PoCC release: MariaDB backend based on 1.2.9
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>burstcoin</groupId>
<artifactId>burstcoin</artifactId>
<version>1.3.5cg</version>
<version>1.3.6cg</version>

<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion src/java/nxt/Nxt.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

public final class Nxt {

public static final String VERSION = "1.3.5cg";
public static final String VERSION = "1.3.6cg";
public static final String APPLICATION = "NRS";
public static final MetricRegistry metrics = new MetricRegistry();
private static final Logger logger = LoggerFactory.getLogger(Nxt.class);
Expand Down

0 comments on commit 5097ad7

Please sign in to comment.