diff options
author | CST 1998 Shawn T. Amundson <amundson@gtk.org> | 1998-11-23 01:46:11 +0000 |
---|---|---|
committer | Shawn Amundson <amundson@src.gnome.org> | 1998-11-23 01:46:11 +0000 |
commit | 12f7825907f9398ba09c90650afea0305d6dd629 (patch) | |
tree | 9b19f0866ce9cb9d8d13a6b4c698ddaddb79c109 /sanity_check | |
parent | d88375e9c3b37572f934e96de3bfc8ca11997cc3 (diff) | |
download | gdk-pixbuf-12f7825907f9398ba09c90650afea0305d6dd629.tar.gz |
INSTALL: NEWS: README: gtk+.spec: docs/gtk-config.1: Version incremented
Sat Nov 21 18:41:13 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* configure.in:
INSTALL:
NEWS:
README:
gtk+.spec:
docs/gtk-config.1: Version incremented to 1.1.5
* Released GTK+ 1.1.5
Diffstat (limited to 'sanity_check')
-rwxr-xr-x | sanity_check | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sanity_check b/sanity_check index ba64276f2..20b7f048f 100755 --- a/sanity_check +++ b/sanity_check @@ -25,7 +25,7 @@ do done echo -n "INSTALL..." -if [ "x`grep $VERSION gtk+-$VERSION/INSTALL | wc -l | awk -F' ' '{print $1}'`" == "x2" ]; then +if [ "x`grep $VERSION gtk+-$VERSION/INSTALL | wc -l | awk -F' ' '{print $1}'`" == "x3" ]; then echo "ok" else echo "failed." |