svn is .10

This commit is contained in:
Nikos Kouremenos 2005-12-28 14:18:11 +00:00
parent 7ad1df0396
commit b622d34749
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
VERSION ?= 0.9.1
VERSION ?= 0.10
GAJIM_AP = 0 # do we build Autopackage?

View File

@ -1,6 +1,6 @@
[Setup]
AppName=Gajim
AppVerName=Gajim version 0.9.1
AppVerName=Gajim version 0.10
DefaultDirName={pf}\Gajim
DefaultGroupName=Gajim
UninstallDisplayIcon={app}\src\Gajim.exe

View File

@ -32,7 +32,7 @@ import config
interface = None # The actual interface (the gtk one for the moment)
version = '0.9.1'
version = '0.10'
config = config.Config()
connections = {}
verbose = False