[gimp/gimp-2-8] configure: bump version to 2.8.2 and commit regenerated files



commit 846ce09b83c5e23c3d52a03693a80780ae1fd43f
Author: Michael Natterer <mitch gimp org>
Date:   Thu Aug 23 20:08:27 2012 +0200

    configure: bump version to 2.8.2 and commit regenerated files

 configure.ac     |    4 ++--
 docs/gimprc.5.in |    2 +-
 etc/gimprc       |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f1d389c..97ec721 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,11 +8,11 @@ AC_PREREQ(2.54)
 
 m4_define([gimp_major_version], [2])
 m4_define([gimp_minor_version], [8])
-m4_define([gimp_micro_version], [1])
+m4_define([gimp_micro_version], [2])
 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], [1])
+m4_define([gimp_interface_age], [2])
 m4_define([gimp_binary_age],
           [m4_eval(100 * gimp_minor_version + gimp_micro_version)])
 
diff --git a/docs/gimprc.5.in b/docs/gimprc.5.in
index c31afac..5e0d244 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 1024M)
+(tile-cache-size 2038980k)
 
 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 18dab53..8306571 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 1024M)
+# (tile-cache-size 2038980k)
 
 # 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]