Changes in preparation for GTK 0.99.2 release.

This commit is contained in:
Shawn Amundson 1998-01-03 17:22:12 +00:00
parent 65d015d813
commit 957bd9d9c0
3 changed files with 3 additions and 3 deletions

2
README
View File

@ -1,5 +1,5 @@
This is GTK+ version 0.99.1. GTK, which stands for the Gimp ToolKit,
This is GTK+ version 0.99.2. 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=1
GTK_MICRO_VERSION=2
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.1)
AM_INIT_AUTOMAKE(glib, 0.99.2)
# Specify a configuration file
AM_CONFIG_HEADER(glibconfig.h)