summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorCST 1998 Shawn T. Amundson <amundson@gtk.org>1998-11-23 01:37:32 +0000
committerShawn Amundson <amundson@src.gnome.org>1998-11-23 01:37:32 +0000
commit3556db20549c3d2a7d0ccc6552433cafc3fae4a5 (patch)
tree64bdbaaaf6419e1a16f06206a15842416247d4a3 /INSTALL
parent6515316f8233a5e3db3f5b4f949e63ecfaf24e02 (diff)
downloadglib-3556db20549c3d2a7d0ccc6552433cafc3fae4a5.tar.gz
NEWS: README: configure.in: glib.spec: Updated to version 1.1.5upstream/GLIB_1_1_5
Sat Nov 21 14:57:39 CST 1998 Shawn T. Amundson <amundson@gtk.org> * INSTALL: NEWS: README: configure.in: glib.spec: Updated to version 1.1.5 * Released GLib 1.1.5
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 41ecedd3c..5a5a2b9b7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
Simple install procedure
========================
- % gzip -cd glib-1.1.4.tar.gz | tar xvf - # unpack the sources
- % cd glib-1.1.4 # change to the toplevel directory
+ % gzip -cd glib-1.1.5.tar.gz | tar xvf - # unpack the sources
+ % cd glib-1.1.5 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GLIB
[ Become root if necessary ]