On to GTK 0.99.1...

This commit is contained in:
Shawn Amundson 1998-01-02 21:03:53 +00:00
parent 9dadde735c
commit 06dc220d64
3 changed files with 3 additions and 3 deletions

2
README
View File

@ -1,5 +1,5 @@
This is GTK+ version 0.99.0. GTK, which stands for the Gimp ToolKit,
This is GTK+ version 0.99.1. GTK, which stands for the Gimp ToolKit,
is a library for creating graphical user interfaces.
The official ftp site is:

View File

@ -6,7 +6,7 @@ cflags_set=${CFLAGS+set}
GTK_MAJOR_VERSION=0
GTK_MINOR_VERSION=99
GTK_MICRO_VERSION=0
GTK_MICRO_VERSION=1
GTK_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$GTK_MICRO_VERSION
# For automake.

View File

@ -2,7 +2,7 @@
AC_INIT(glist.c)
dnl Initialize automake stuff
AM_INIT_AUTOMAKE(glib, 0.99.0)
AM_INIT_AUTOMAKE(glib, 0.99.1)
# Specify a configuration file
AM_CONFIG_HEADER(glibconfig.h)