summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorCST 1999 Shawn T. Amundson <amundson@gtk.org>1999-01-04 10:07:44 +0000
committerShawn Amundson <amundson@src.gnome.org>1999-01-04 10:07:44 +0000
commit887c4449d99306ec32c00b253ba75de4a3e4b7dd (patch)
treeea92034363aaf106ac897579f3f29320a4f650f5 /INSTALL
parente5795df8fd4a0c0697b39cf382af836503aa5c9d (diff)
downloadglib-887c4449d99306ec32c00b253ba75de4a3e4b7dd.tar.gz
Released GLib 1.1.12GLIB_1_1_12
Mon Jan 4 02:58:13 CST 1999 Shawn T. Amundson <amundson@gtk.org> * Released GLib 1.1.12 * INSTALL: NEWS: README: configure.in: glib.spec: docs/glib-config.1: version=1.1.12 * tests/Makefile.am: fixed so it works properly with builddir and srcdir.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index d589a23bf..55b689f06 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
Simple install procedure
========================
- % gzip -cd glib-1.1.11.tar.gz | tar xvf - # unpack the sources
- % cd glib-1.1.11 # change to the toplevel directory
+ % gzip -cd glib-1.1.12.tar.gz | tar xvf - # unpack the sources
+ % cd glib-1.1.12 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GLIB
[ Become root if necessary ]