Released GLib 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
This commit is contained in:
CST 1998 Shawn T. Amundson
1998-12-11 06:10:08 +00:00
committed by Shawn Amundson
parent 79c4245dc6
commit 1f199b4e7b
14 changed files with 100 additions and 8 deletions

View File

@@ -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 ]