Increment version number to 0.3.5

This commit is contained in:
Jonathan Warren 2013-07-28 16:43:00 -04:00
parent ddf3f63995
commit ac93b04f73
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
APP=pybitmessage APP=pybitmessage
VERSION=0.3.4 VERSION=0.3.5
RELEASE=1 RELEASE=1
ARCH_TYPE=`uname -m` ARCH_TYPE=`uname -m`
PREFIX?=/usr/local PREFIX?=/usr/local

View File

@ -14,7 +14,7 @@ from setuptools import setup # @UnresolvedImport
name = "Bitmessage" name = "Bitmessage"
mainscript = 'bitmessagemain.py' mainscript = 'bitmessagemain.py'
version = "0.3.4" version = "0.3.5"
if sys.platform == 'darwin': if sys.platform == 'darwin':
extra_options = dict( extra_options = dict(

View File

@ -1,4 +1,4 @@
softwareVersion = '0.3.4' softwareVersion = '0.3.5'
verbose = 1 verbose = 1
maximumAgeOfAnObjectThatIAmWillingToAccept = 216000 # Equals two days and 12 hours. maximumAgeOfAnObjectThatIAmWillingToAccept = 216000 # Equals two days and 12 hours.
lengthOfTimeToLeaveObjectsInInventory = 237600 # Equals two days and 18 hours. This should be longer than maximumAgeOfAnObjectThatIAmWillingToAccept so that we don't process messages twice. lengthOfTimeToLeaveObjectsInInventory = 237600 # Equals two days and 18 hours. This should be longer than maximumAgeOfAnObjectThatIAmWillingToAccept so that we don't process messages twice.