version inc
This commit is contained in:
parent
b90b92b09f
commit
cde8567d4b
|
@ -4,7 +4,7 @@
|
|||
<groupId>org.ethereum</groupId>
|
||||
<artifactId>ethereumj</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>0.7.8</version>
|
||||
<version>0.7.9</version>
|
||||
<name>EthereumJ</name>
|
||||
<url>http://www.ethereumj.org</url>
|
||||
|
||||
|
|
|
@ -143,10 +143,10 @@ max.blocks.ask = 100
|
|||
# how much block we will keep in buffer
|
||||
# until the execution is set by this param
|
||||
# recommended value: [100.300]
|
||||
max.blocks.queued = 300
|
||||
max.blocks.queued = 3000
|
||||
|
||||
# project version auto copied during build phase
|
||||
project.version = 0.7.8
|
||||
project.version = 0.7.9
|
||||
|
||||
# hello phrase will be included in
|
||||
# the hello message of the peer
|
||||
|
|
Loading…
Reference in New Issue