[gimp] pdb: new procedures get the next stable version, so 2.10 not 2.9



commit 78120dcb8778a576a66f19787f5edce4f4a5b624
Author: Michael Natterer <mitch gimp org>
Date:   Sat Nov 15 22:14:38 2014 +0100

    pdb: new procedures get the next stable version, so 2.10 not 2.9

 libgimp/gimpcontext_pdb.c    |    6 +++---
 tools/pdbgen/pdb/context.pdb |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/libgimp/gimpcontext_pdb.c b/libgimp/gimpcontext_pdb.c
index 8c5e3a2..973c442 100644
--- a/libgimp/gimpcontext_pdb.c
+++ b/libgimp/gimpcontext_pdb.c
@@ -858,7 +858,7 @@ gimp_context_set_brush_angle (gdouble angle)
  *
  * Returns: brush spacing as percent of size.
  *
- * Since: GIMP 2.9
+ * Since: GIMP 2.10
  **/
 gdouble
 gimp_context_get_brush_spacing (void)
@@ -890,7 +890,7 @@ gimp_context_get_brush_spacing (void)
  *
  * Returns: TRUE on success.
  *
- * Since: GIMP 2.9
+ * Since: GIMP 2.10
  **/
 gboolean
 gimp_context_set_brush_spacing (gdouble spacing)
@@ -921,7 +921,7 @@ gimp_context_set_brush_spacing (gdouble spacing)
  *
  * Returns: TRUE on success.
  *
- * Since: GIMP 2.9
+ * Since: GIMP 2.10
  **/
 gboolean
 gimp_context_set_brush_default_spacing (void)
diff --git a/tools/pdbgen/pdb/context.pdb b/tools/pdbgen/pdb/context.pdb
index ecf2045..6d9fd63 100644
--- a/tools/pdbgen/pdb/context.pdb
+++ b/tools/pdbgen/pdb/context.pdb
@@ -706,7 +706,7 @@ sub context_get_brush_spacing {
     $blurb = 'Get brush spacing as percent of size.';
     $help = 'Get the brush spacing as percent of size for brush based paint tools.';
 
-    &adeath_pdb_misc('2014', '2.9');
+    &adeath_pdb_misc('2014', '2.10');
 
     @outargs = (
         { name => "spacing", type => "0 < float",
@@ -736,7 +736,7 @@ sub context_set_brush_spacing {
     $blurb = 'Set brush spacing as percent of size.';
     $help = 'Set the brush spacing as percent of size for brush based paint tools.';
 
-    &adeath_pdb_misc('2014', '2.9');
+    &adeath_pdb_misc('2014', '2.10');
 
     @inargs = (
         { name => "spacing", type => "0 < float",
@@ -769,7 +769,7 @@ Set the brush spacing to the default  for
 paintbrush, airbrush, or pencil tools.
 HELP
 
-    &adeath_pdb_misc('2014', '2.9');
+    &adeath_pdb_misc('2014', '2.10');
 
     %invoke = (
        code => <<'CODE'


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