svn is .10
This commit is contained in:
parent
7ad1df0396
commit
b622d34749
3 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
VERSION ?= 0.9.1
|
VERSION ?= 0.10
|
||||||
|
|
||||||
GAJIM_AP = 0 # do we build Autopackage?
|
GAJIM_AP = 0 # do we build Autopackage?
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[Setup]
|
[Setup]
|
||||||
AppName=Gajim
|
AppName=Gajim
|
||||||
AppVerName=Gajim version 0.9.1
|
AppVerName=Gajim version 0.10
|
||||||
DefaultDirName={pf}\Gajim
|
DefaultDirName={pf}\Gajim
|
||||||
DefaultGroupName=Gajim
|
DefaultGroupName=Gajim
|
||||||
UninstallDisplayIcon={app}\src\Gajim.exe
|
UninstallDisplayIcon={app}\src\Gajim.exe
|
||||||
|
|
|
@ -32,7 +32,7 @@ import config
|
||||||
|
|
||||||
|
|
||||||
interface = None # The actual interface (the gtk one for the moment)
|
interface = None # The actual interface (the gtk one for the moment)
|
||||||
version = '0.9.1'
|
version = '0.10'
|
||||||
config = config.Config()
|
config = config.Config()
|
||||||
connections = {}
|
connections = {}
|
||||||
verbose = False
|
verbose = False
|
||||||
|
|
Loading…
Add table
Reference in a new issue