Release 1.3.5

Sat May  5 10:06:24 2001  Owen Taylor  <otaylor@redhat.com>

	* Release 1.3.5

	* configure.in (GTK_MICRO_VERSION): Up to 1.3.5

        * NEWS: Updated

	* demos/gtk-demo/Makefile.am (EXTRA_DIST): Fix minor
	Makefile breakage.
This commit is contained in:
Owen Taylor
2001-05-05 14:07:45 +00:00
committed by Owen Taylor
parent d15b4aa50b
commit bd7502f9ce
55 changed files with 7146 additions and 3064 deletions

View File

@ -20,8 +20,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
% gzip -cd gtk+-1.3.4.tar.gz | tar xvf - # unpack the sources
% cd gtk+-1.3.4 # change to the toplevel directory
% gzip -cd gtk+-1.3.5.tar.gz | tar xvf - # unpack the sources
% cd gtk+-1.3.5 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]