[gimp-help-2] Version change to 2.9.5 to track GIMP master



commit b555d1481120d12475f34132e910deb35e84c0b9
Author: Michael Schumacher <schumaml gmx de>
Date:   Thu Feb 9 01:13:31 2017 +0100

    Version change to 2.9.5 to track GIMP master
    
    gimp-help-2 master is intended to become the docs for GIMP 2.10.
    Thus it will use the same version number as the current development
    branch of GIMP.

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 25826c6..a1ff352 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,8 +5,8 @@
 AC_PREREQ(2.54)
 
 m4_define([help_major_version], [2])
-m4_define([help_minor_version], [8])
-m4_define([help_micro_version], [2])
+m4_define([help_minor_version], [9])
+m4_define([help_micro_version], [5])
 
 m4_define([help_version], [help_major_version.help_minor_version.help_micro_version])
 


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