summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorCST 1998 Shawn T. Amundson <amundson@gtk.org>1998-12-11 06:10:08 +0000
committerShawn Amundson <amundson@src.gnome.org>1998-12-11 06:10:08 +0000
commit1f199b4e7bd5c4891277f201265b5e967e37a7c9 (patch)
tree811f8e34d613874e5809d21cdc0b844d6f619d6e /INSTALL
parent79c4245dc618fa7caff8a68d37fcc6ed947f9322 (diff)
downloadglib-1f199b4e7bd5c4891277f201265b5e967e37a7c9.tar.gz
Released GLib 1.1.7GLIB_1_1_7
Thu Dec 10 21:49:39 CST 1998 Shawn T. Amundson <amundson@gtk.org> * Released GLib 1.1.7 * INSTALL: NEWS: README: configure.in: glib.spec: docs/glib-config.1: Increased version to 1.1.7
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 097a93f49..663602e00 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
Simple install procedure
========================
- % gzip -cd glib-1.1.6.tar.gz | tar xvf - # unpack the sources
- % cd glib-1.1.6 # change to the toplevel directory
+ % gzip -cd glib-1.1.7.tar.gz | tar xvf - # unpack the sources
+ % cd glib-1.1.7 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GLIB
[ Become root if necessary ]