diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 6c6be66..37c3b36 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_CONFIG_MACRO_DIR([m4]) m4_define(eom_major_version, 1) m4_define(eom_minor_version, 10) -m4_define(eom_micro_version, 1) +m4_define(eom_micro_version, 2) m4_define(eom_version, eom_major_version.eom_minor_version.eom_micro_version) AC_INIT([eom], eom_version, [http://www.mate-desktop.org], [eom]) @@ -64,7 +64,7 @@ fi # *********** AM_GLIB_GNU_GETTEXT -IT_PROG_INTLTOOL([0.40.0]) +IT_PROG_INTLTOOL([0.50.1]) GETTEXT_PACKAGE=AC_PACKAGE_NAME AC_SUBST(GETTEXT_PACKAGE) @@ -499,6 +499,7 @@ po/Makefile.in data/Makefile data/eom.pc data/eom.desktop.in +data/org.mate.eom.gschema.xml data/pixmaps/Makefile data/icons/Makefile data/icons/16x16/Makefile |