summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAli Abdallah <aliovx@gmail.com>2017-05-28 10:45:38 +0200
committerAli Abdallah <aliovx@gmail.com>2017-05-28 10:45:38 +0200
commitec9cd77251b0fe7dd2903cd06de9b9cd0b14322f (patch)
tree87a2c88e22cbb5d1b1609c925e5068ac774cc2fa /configure.ac
parentac8f0e2c50a44f83a258a41a8d66694d6822d42b (diff)
downloadtumbler-ec9cd77251b0fe7dd2903cd06de9b9cd0b14322f.tar.gz
Use a better description in configure.ac and acinclude.m4 for the new plugin.tumbler-0.1.92
Update version information and copyrights.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 9ff9b69..4aaeb26 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,13 +25,14 @@ m4_define([tumbler_verinfo], [0:0:0])
m4_define([tumbler_version_api_major], [1])
m4_define([tumbler_version_major], [0])
m4_define([tumbler_version_minor], [1])
-m4_define([tumbler_version_micro], [90])
+m4_define([tumbler_version_micro], [92])
m4_define([tumbler_version], [tumbler_version_major().tumbler_version_minor().tumbler_version_micro()])
dnl ***************************
dnl *** Initialize autoconf ***
dnl ***************************
AC_COPYRIGHT([Copyright (c) 2009-2011 Jannis Pohlmann <jannis@xfce.org>])
+AC_COPYRIGHT([Copyright (c) 2016-2017 Ali Abdallah <ali@xfce.org>])
AC_INIT([tumbler], [tumbler_version], [http://bugzilla.xfce.org/])
AC_PREREQ([2.60])
AC_CANONICAL_TARGET()
@@ -265,8 +266,8 @@ else
echo " * Freedesktop.org cache plugin: no"
fi
if test x"$ac_tumbler_desktop_thumbnailer" = x"yes"; then
-echo " * Loading thumbnailers from .desktop file: yes"
+echo " * Loading thumbnailers from .thumbnailer files: yes"
else
-echo " * Loading thumbnailers from .desktop file: no"
+echo " * Loading thumbnailers from .thumbnailer files: no"
fi
echo