X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=blobdiff_plain;f=configure.ac;h=08e9b59e28a6c99fccc60f43d2bad228e6f72b2e;hp=9c14713f8f9ddb9a00cbac3095b573882294c565;hb=0c08002e32226232d7454897eabb6507773227c1;hpb=99f4af834e37cbabfd32e4e2cb9de0d294cd2137 diff --git a/configure.ac b/configure.ac index 9c14713..08e9b59 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-atk], [2.5.4], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-atk], [2.6.0], [accessibility-atspi@lists.linux-foundation.org]) AC_CONFIG_AUX_DIR(config) AT_SPI_ATK_MAJOR_VERSION=0 @@ -25,9 +25,6 @@ AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz]) # Enable silent build when available (Automake 1.11) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) -dnl translation of any at-spi strings: used only for .server -IT_PROG_INTLTOOL([0.40.0]) - AC_PROG_CC AM_DISABLE_STATIC AM_PROG_LIBTOOL @@ -111,8 +108,6 @@ AC_CONFIG_FILES([Makefile atk-adaptor/Makefile atk-adaptor/adaptors/Makefile atk-adaptor/gtk-2.0/Makefile - atk-adaptor/gtk-3.0/Makefile - po/Makefile.in schemas/Makefile ])