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



commit 82888aaa4b1e65ae23ec0ee591ebed4685df55e8
Author: Michael Natterer <mitch gimp org>
Date:   Fri Jun 21 23:22:49 2013 +0200

    Bump version to 2.8.6 and commit regenerated files

 NEWS             |    2 +-
 configure.ac     |    4 ++--
 docs/gimprc.5.in |    2 +-
 etc/gimprc       |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index bb7987f..465ac66 100644
--- a/NEWS
+++ b/NEWS
@@ -17,7 +17,7 @@ Core:
    save/export of compressed files
  - Fix brush spacing for drawing in any direction
  - Increase the maximum size of clipboard brushes and patterns to 1024x1024
- - Make sure data objects are saved when only their name were changed
+ - Make sure data objects are saved when only their name was changed
 
 
 GUI:
diff --git a/configure.ac b/configure.ac
index 8523aeb..888a120 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], [5])
+m4_define([gimp_micro_version], [6])
 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], [5])
+m4_define([gimp_interface_age], [6])
 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 954e480..4b754e4 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 2039030k)
+(tile-cache-size 2038820k)
 
 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 e51e72d..aa22bc4 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 2039030k)
+# (tile-cache-size 2038820k)
 
 # 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]