Changeset 4850
Legend:
- Unmodified
- Added
- Removed
-
trunk/gajim.desktop.in
r4793 r4850 4 4 _GenericName=Jabber IM Client 5 5 _Comment=A GTK+ Jabber client 6 Version=0.9 6 Version=0.9.1 7 7 Encoding=UTF-8 8 8 Exec=gajim -
trunk/gajim.iss
r4290 r4850 1 1 [Setup] 2 2 AppName=Gajim 3 AppVerName=Gajim version 0.9 3 AppVerName=Gajim version 0.9.1 4 4 DefaultDirName={pf}\Gajim 5 5 DefaultGroupName=Gajim -
trunk/Makefile
r4732 r4850 1 VERSION ?= 0.9 1 VERSION ?= 0.9.1 2 2 3 3 GAJIM_AP = 0 # do we build Autopackage?
