summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorCST 1999 Shawn T. Amundson <amundson@gtk.org>1999-01-17 23:38:55 +0000
committerShawn Amundson <amundson@src.gnome.org>1999-01-17 23:38:55 +0000
commita478fc7a3f51d723bc7159d8e8e0861bf919d232 (patch)
treee44c969a5ff94fd664276035935f9d1d3f9b0b2b /INSTALL
parent616c485dc7bc58610a15a00bad942c8ae235d5ba (diff)
downloadglib-a478fc7a3f51d723bc7159d8e8e0861bf919d232.tar.gz
Released GLib 1.1.13upstream/GLIB_1_1_13
Sun Jan 17 17:13:54 CST 1999 Shawn T. Amundson <amundson@gtk.org> * Released GLib 1.1.13 * README: INSTALL: docs/glib-config: ver=1.1.13
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 55b689f06..091af1902 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
Simple install procedure
========================
- % gzip -cd glib-1.1.12.tar.gz | tar xvf - # unpack the sources
- % cd glib-1.1.12 # change to the toplevel directory
+ % gzip -cd glib-1.1.13.tar.gz | tar xvf - # unpack the sources
+ % cd glib-1.1.13 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GLIB
[ Become root if necessary ]