summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorCST 1998 Shawn T. Amundson <amundson@gtk.org>1998-12-31 02:21:53 +0000
committerShawn Amundson <amundson@src.gnome.org>1998-12-31 02:21:53 +0000
commitc3dc4fafbf66f60e573a89c631d6a926f856f7ae (patch)
treed5df204e0041423cda16c5b66e1deab13279d9ff /INSTALL
parent3558437281db2ec1d6b6dd79b2b17d0e1261e627 (diff)
downloadglib-c3dc4fafbf66f60e573a89c631d6a926f856f7ae.tar.gz
Released GLib 1.1.11upstream/GLIB_1_1_11
Wed Dec 30 18:24:57 CST 1998 Shawn T. Amundson <amundson@gtk.org> * Released GLib 1.1.11 * INSTALL: NEWS: README: configure.in: docs/glib-config.1: version=1.1.11
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index b1715417a..d589a23bf 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
Simple install procedure
========================
- % gzip -cd glib-1.1.10.tar.gz | tar xvf - # unpack the sources
- % cd glib-1.1.10 # change to the toplevel directory
+ % gzip -cd glib-1.1.11.tar.gz | tar xvf - # unpack the sources
+ % cd glib-1.1.11 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GLIB
[ Become root if necessary ]