[gimp/gimp-2-8] Bump version to 2.8.8 and commit regenerated files



commit ae90381387126db0ea9c99f1f1144222080458c1
Author: Michael Natterer <mitch gimp org>
Date:   Sun Nov 3 19:13:46 2013 +0100

    Bump version to 2.8.8 and commit regenerated files

 configure.ac     |    6 +++---
 docs/gimprc.5.in |    2 +-
 etc/gimprc       |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 82c99a6..6a17cec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,16 +8,16 @@ AC_PREREQ(2.54)
 
 m4_define([gimp_major_version], [2])
 m4_define([gimp_minor_version], [8])
-m4_define([gimp_micro_version], [7])
+m4_define([gimp_micro_version], [8])
 m4_define([gimp_real_version],
           [gimp_major_version.gimp_minor_version.gimp_micro_version])
 m4_define([gimp_version], [gimp_real_version])
-m4_define([gimp_interface_age], [7])
+m4_define([gimp_interface_age], [8])
 m4_define([gimp_binary_age],
           [m4_eval(100 * gimp_minor_version + gimp_micro_version)])
 
 # For overriding the version string. Comment out if not needed.
-# m4_define([gimp_version], [2.8.1])
+# m4_define([gimp_version], [2.8.8])
 
 # This is the X.Y used in -lgimp-X.Y
 m4_define([gimp_api_version], [2.0])
diff --git a/docs/gimprc.5.in b/docs/gimprc.5.in
index 4b754e4..44b9345 100644
--- a/docs/gimprc.5.in
+++ b/docs/gimprc.5.in
@@ -60,7 +60,7 @@ Sets how many processors GIMP should try to use simultaneously.  This is an
 integer value.
 
 .TP
-(tile-cache-size 2038820k)
+(tile-cache-size 2147483647)
 
 When the amount of pixel data exceeds this limit, GIMP will start to swap
 tiles to disk.  This is a lot slower but it makes it possible to work on
diff --git a/etc/gimprc b/etc/gimprc
index aa22bc4..1efcc43 100644
--- a/etc/gimprc
+++ b/etc/gimprc
@@ -42,7 +42,7 @@
 # specified in bytes, kilobytes, megabytes or gigabytes. If no suffix is
 # specified the size defaults to being specified in kilobytes.
 # 
-# (tile-cache-size 2038820k)
+# (tile-cache-size 2147483647)
 
 # Specifies the language to use for the user interface.  This is a string
 # value.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]