version inc

This commit is contained in:
romanman 2014-11-06 07:43:44 -05:00
parent b90b92b09f
commit cde8567d4b
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<groupId>org.ethereum</groupId> <groupId>org.ethereum</groupId>
<artifactId>ethereumj</artifactId> <artifactId>ethereumj</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>0.7.8</version> <version>0.7.9</version>
<name>EthereumJ</name> <name>EthereumJ</name>
<url>http://www.ethereumj.org</url> <url>http://www.ethereumj.org</url>

View File

@ -143,10 +143,10 @@ max.blocks.ask = 100
# how much block we will keep in buffer # how much block we will keep in buffer
# until the execution is set by this param # until the execution is set by this param
# recommended value: [100.300] # recommended value: [100.300]
max.blocks.queued = 300 max.blocks.queued = 3000
# project version auto copied during build phase # project version auto copied during build phase
project.version = 0.7.8 project.version = 0.7.9
# hello phrase will be included in # hello phrase will be included in
# the hello message of the peer # the hello message of the peer