summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2010-08-15 11:53:32 +0100
committerRoger Leigh <rleigh@debian.org>2010-08-15 11:53:32 +0100
commit4bc88c4aa9026d5c679008a4dbbb8ec4d9a901bd (patch)
treec268c9ca117bceee9f60ae4f451465097a1bd1bf /configure.ac
parentb7a746079a87b24dc0e64362e83463029e26c98f (diff)
Imported Upstream version 5.2.6
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 9efc5bd..88d8d8b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-dnl $Id: configure.ac,v 1.216 2009/12/23 20:19:19 rlk Exp $
+dnl $Id: configure.ac,v 1.220 2010/08/09 10:53:33 rlk Exp $
dnl Copyright (C) 2001-2004 Roger Leigh
dnl
dnl This program is free software; you can redistribute it and/or modify
@@ -37,10 +37,10 @@ dnl
pushdef([GUTENPRINT_NAME], [gutenprint])
pushdef([GUTENPRINT_MAJOR_VERSION], [5])
pushdef([GUTENPRINT_MINOR_VERSION], [2])
-pushdef([GUTENPRINT_MICRO_VERSION], [5])
+pushdef([GUTENPRINT_MICRO_VERSION], [6])
pushdef([GUTENPRINT_EXTRA_VERSION], [])
pushdef([GUTENPRINT_CURRENT_INTERFACE], [2])
-pushdef([GUTENPRINT_INTERFACE_AGE], [6])
+pushdef([GUTENPRINT_INTERFACE_AGE], [7])
pushdef([GUTENPRINT_BINARY_AGE], [0])
pushdef([GUTENPRINTUI2_CURRENT_INTERFACE], [1])
pushdef([GUTENPRINTUI2_INTERFACE_AGE], [0])
@@ -49,7 +49,7 @@ pushdef([GUTENPRINT_VERSION], GUTENPRINT_MAJOR_VERSION.GUTENPRINT_MINOR_VERSION.
AC_INIT(GUTENPRINT_NAME, GUTENPRINT_VERSION, [gimp-print-devel@lists.sourceforge.net])
AC_PREREQ(2.53)
-AC_REVISION($Revision: 1.216 $)
+AC_REVISION($Revision: 1.220 $)
AC_CONFIG_SRCDIR(src/main/print-vars.c)
AC_CONFIG_AUX_DIR(scripts)
STP_INIT
@@ -139,7 +139,7 @@ dnl Specify a configuration file.
AM_CONFIG_HEADER([config.h])
dnl Available languages (translations)
-ALL_LINGUAS="cs da de el en_GB es fr hu it ja nb nl pl pt ru sk sv zh_TW"
+ALL_LINGUAS="cs da de el en_GB es fi fr hu it ja nb nl pl pt ru sk sv zh_TW"
AC_SUBST(ALL_LINGUAS)
dnl Set up libtool scripts.