mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Changes in preparation for GTK 0.99.2 release.
This commit is contained in:
parent
65d015d813
commit
957bd9d9c0
2
README
2
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.
|
is a library for creating graphical user interfaces.
|
||||||
|
|
||||||
The official ftp site is:
|
The official ftp site is:
|
||||||
|
@ -6,7 +6,7 @@ cflags_set=${CFLAGS+set}
|
|||||||
|
|
||||||
GTK_MAJOR_VERSION=0
|
GTK_MAJOR_VERSION=0
|
||||||
GTK_MINOR_VERSION=99
|
GTK_MINOR_VERSION=99
|
||||||
GTK_MICRO_VERSION=1
|
GTK_MICRO_VERSION=2
|
||||||
GTK_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$GTK_MICRO_VERSION
|
GTK_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$GTK_MICRO_VERSION
|
||||||
|
|
||||||
# For automake.
|
# For automake.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
AC_INIT(glist.c)
|
AC_INIT(glist.c)
|
||||||
|
|
||||||
dnl Initialize automake stuff
|
dnl Initialize automake stuff
|
||||||
AM_INIT_AUTOMAKE(glib, 0.99.1)
|
AM_INIT_AUTOMAKE(glib, 0.99.2)
|
||||||
|
|
||||||
# Specify a configuration file
|
# Specify a configuration file
|
||||||
AM_CONFIG_HEADER(glibconfig.h)
|
AM_CONFIG_HEADER(glibconfig.h)
|
||||||
|
Loading…
Reference in New Issue
Block a user