summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>2001-04-04 03:01:35 +0000
committerTim Janik <timj@src.gnome.org>2001-04-04 03:01:35 +0000
commit2423d86b3d0ccb2863e498c7aabf2cf7535edc52 (patch)
treec031d07fa45cf389e41342041e83f892a38a9957 /configure.in
parent2fe6c1d47c07bc81230a5e52c7fe0bd0f1d4c074 (diff)
downloadgdk-pixbuf-2423d86b3d0ccb2863e498c7aabf2cf7535edc52.tar.gz
stay in builddir and read/write files to/from source dir. (if we don't
Wed Apr 4 04:13:18 2001 Tim Janik <timj@gtk.org> * gtk/stock-icons/Makefile.am: stay in builddir and read/write files to/from source dir. (if we don't stay in builddir, we can't reach make-inline-pixbuf. * gdk/Makefile.am (gdkenumtypes.c): add $(srcdir) to mekeenums.pl deps. * configure.in (GTK_MICRO_VERSION): up and away (1.3.3 bin/interface ages 0). Wed Apr 4 01:26:04 2001 Tim Janik <timj@gtk.org> * gdk-pixbuf/Makefile.am: disabled "for i in $(HTML_IMAGES) ;" dist-hook because $(HTML_IMAGES) is empty. * gtk/Makefile.am: same here. * gdk/Makefile.am: same here. touched gdk.types since make rules require it ;( Wed Apr 4 01:41:02 2001 Tim Janik <timj@gtk.org> * pixops/Makefile.am (noinst_LTLIBRARIES): include $top_srcdir so we don't try to get <gtk/gtkobject.h> from standard search paths. * Makefile.am (gdk-pixbuf-marshal.c): use deps from srcdir. add gdk-pixbuf-marshal.list to EXTRA_DIST. take gdk-pixbuf-marshal.h out of _la sources.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d43a5d2ce..c290c5893 100644
--- a/configure.in
+++ b/configure.in
@@ -31,7 +31,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
#
GTK_MAJOR_VERSION=1
GTK_MINOR_VERSION=3
-GTK_MICRO_VERSION=2
+GTK_MICRO_VERSION=3
GTK_INTERFACE_AGE=0
GTK_BINARY_AGE=0
GTK_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$GTK_MICRO_VERSION