forked from AuroraMiddleware/gtk
On to GTK 0.99.1...
This commit is contained in:
parent
9dadde735c
commit
06dc220d64
2
README
2
README
@ -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:
|
||||
|
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user