diff --git a/Makefile b/Makefile index b4dd5c595..a739002ec 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION ?= 0.9.1 +VERSION ?= 0.10 GAJIM_AP = 0 # do we build Autopackage? diff --git a/gajim.iss b/gajim.iss index 30ff55aa6..3307ef2db 100644 --- a/gajim.iss +++ b/gajim.iss @@ -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 diff --git a/src/common/gajim.py b/src/common/gajim.py index b8009fee8..3a57e3555 100644 --- a/src/common/gajim.py +++ b/src/common/gajim.py @@ -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