svn is .10
This commit is contained in:
parent
7ad1df0396
commit
b622d34749
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
VERSION ?= 0.9.1
|
||||
VERSION ?= 0.10
|
||||
|
||||
GAJIM_AP = 0 # do we build Autopackage?
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue