diff options
author | Tim Janik <timj@gtk.org> | 1999-02-27 00:26:30 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1999-02-27 00:26:30 +0000 |
commit | 78bb15f61e42e0d0e630b5aaedcf11aad6c7276b (patch) | |
tree | a3e767c8a8816805c4bf56fb223ec12237fd051f /configure.in | |
parent | 81161cd723922b4c31e65189140ecbbfca46fe71 (diff) | |
download | gtk+-78bb15f61e42e0d0e630b5aaedcf11aad6c7276b.tar.gz |
moved old ChangeLog to ChangeLog.pre-1-2, and started new one.
Sat Feb 27 01:18:47 1999 Tim Janik <timj@gtk.org>
* ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
new one.
* configure.in: set gtk+ version to 1.3.0.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e68a19996a..4c5b9794e6 100644 --- a/configure.in +++ b/configure.in @@ -28,7 +28,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl # set GTK_BINARY_AGE and GTK_INTERFACE_AGE to 0. # GTK_MAJOR_VERSION=1 -GTK_MINOR_VERSION=2 +GTK_MINOR_VERSION=3 GTK_MICRO_VERSION=0 GTK_INTERFACE_AGE=0 GTK_BINARY_AGE=0 |