diff --git a/Makefile b/Makefile index f0df634de..2f3293f2e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION ?= 0.8.1 +VERSION ?= 0.9 GAJIM_AP = 0 # do we build Autopackage? diff --git a/gajim.iss b/gajim.iss index 9cb914438..24d0fa090 100644 --- a/gajim.iss +++ b/gajim.iss @@ -1,11 +1,6 @@ -; -- Example1.iss -- -; Demonstrates copying 3 files and creating an icon. - -; SEE THE DOCUMENTATION FOR DETAILS ON CREATING .ISS SCRIPT FILES! - [Setup] AppName=Gajim -AppVerName=Gajim version 0.8.1 +AppVerName=Gajim version 0.9 DefaultDirName={pf}\Gajim DefaultGroupName=Gajim UninstallDisplayIcon={app}\src\Gajim.exe