]> Pileus Git - ~andy/gtk/commitdiff
Changes in preparation for GTK 0.99.2 release.
authorShawn Amundson <amundson@src.gnome.org>
Sat, 3 Jan 1998 17:22:12 +0000 (17:22 +0000)
committerShawn Amundson <amundson@src.gnome.org>
Sat, 3 Jan 1998 17:22:12 +0000 (17:22 +0000)
README
configure.in
glib/configure.in

diff --git a/README b/README
index 486839c619b1add01eb262998cbedd2f29520a0f..54f50146528d8fa160997024bbd004395cf229cb 100644 (file)
--- a/README
+++ b/README
@@ -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:
index b8cbff7e60d52455528ef625de9ced61892cc300..2a54ac8ea7d7ee69b63127844c23994dc7871fc7 100644 (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.
index 0d22dfa9b643bdeac68201b398965a08446e9b79..7e98e9e27143b486d91bffea5b8c66d369575dba 100644 (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)