summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2014-05-27 08:45:14 +0200
committerDidier Raboud <odyx@debian.org>2014-05-27 08:45:14 +0200
commit58b4abe145a14a936e420a3ba5b7d0c6c56fa839 (patch)
tree04ab7e73f48fb25c9a927056402b680255d87687 /configure.ac
parent68062125a3214a6262bb1899b81f93abb35c8be9 (diff)
Imported Upstream version 5.2.10
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 1c557e2..d08560b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-dnl $Id: configure.ac,v 1.260 2014/03/07 02:47:32 rlk Exp $
+dnl $Id: configure.ac,v 1.261 2014/05/17 21:48:06 rlk Exp $
dnl Copyright (C) 2001-2004 Roger Leigh
dnl
dnl This program is free software; you can redistribute it and/or modify
@@ -78,7 +78,7 @@ pushdef([GUTENPRINT_NAME], [gutenprint])
pushdef([GUTENPRINT_MAJOR_VERSION], [5])
pushdef([GUTENPRINT_MINOR_VERSION], [2])
pushdef([GUTENPRINT_MICRO_VERSION], [10])
-pushdef([GUTENPRINT_EXTRA_VERSION], [-pre2])
+pushdef([GUTENPRINT_EXTRA_VERSION], [])
pushdef([GUTENPRINT_CURRENT_INTERFACE], [5])
pushdef([GUTENPRINT_BINARY_AGE], [3])
pushdef([GUTENPRINTUI2_CURRENT_INTERFACE], [1])
@@ -87,7 +87,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.260 $)
+AC_REVISION($Revision: 1.261 $)
AC_CONFIG_SRCDIR(src/main/print-vars.c)
AC_CONFIG_AUX_DIR(scripts)
STP_INIT