[gimp-gap/gap-2-6] prepared branch gap-2-6 for stable 2.6.0



commit d239c54f31bf03c5d8cc794ae0ab6c1e255ac250
Author: Wolfgang Hofer <wolfgangh svn gnome org>
Date:   Tue May 19 20:47:06 2009 +0200

    prepared branch gap-2-6 for stable 2.6.0
---
 ChangeLog    |    8 ++++++++
 NEWS         |    2 +-
 README       |    2 +-
 configure.in |    6 +++---
 4 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 269ccb0..3e0f1da 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-05-19 Wolfgang Hofer <hof gimp org>
+
+- configure.in updated Version to 2.6.0.
+
+  * configure.in
+  * README
+  * NEWS
+
 2009-05-17 Wolfgang Hofer <hof gimp org>
 
 - iconify storyboard dialog window when calling video encoder from storyboard menu
diff --git a/NEWS b/NEWS
index 75ada93..05d52aa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Here is a short overview whats new in GIMP-GAP-2.5.0:
+Here is a short overview whats new in GIMP-GAP-2.6.0:
 -----------------------------------------------------
 (compared to gimp-gap release 2.4.0)
 
diff --git a/README b/README
index f7a5a60..1480739 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is an unstable developers version 2.5.0 of the GIMP Video menu.
+This is version 2.6.0 of the GIMP Video menu.
 
 The GIMP-GAP (GIMP Animation Package) is a collection of Plug-Ins
 to extend the GIMP with capabilities to edit and create
diff --git a/configure.in b/configure.in
index be786c6..b6cb1ce 100644
--- a/configure.in
+++ b/configure.in
@@ -5,11 +5,11 @@ AC_INIT(configure.in)
 AM_CONFIG_HEADER(config.h)
 
 GAP_MAJOR_VERSION=2
-GAP_MINOR_VERSION=5
+GAP_MINOR_VERSION=6
 GAP_MICRO_VERSION=0
 GAP_VERSION=$GAP_MAJOR_VERSION.$GAP_MINOR_VERSION.$GAP_MICRO_VERSION
 VERSION=$GAP_VERSION
-GAP_VERSION_WITH_DATE="$GAP_VERSION; 2008/05/06"
+GAP_VERSION_WITH_DATE="$GAP_VERSION; 2009/05/19"
 
 AC_SUBST(GAP_MAJOR_VERSION)
 AC_SUBST(GAP_MINOR_VERSION)
@@ -51,7 +51,7 @@ AC_CHECK_HEADERS(unistd.h)
 AC_CHECK_FUNCS(bind_textdomain_codeset)
 
 
-PKG_CHECK_MODULES(GIMP, gimp-2.0 >= 2.4.0 gimpui-2.0 >= 2.4.0 gimpthumb-2.0)
+PKG_CHECK_MODULES(GIMP, gimp-2.0 >= 2.6.0 gimpui-2.0 >= 2.6.0 gimpthumb-2.0)
 
 GIMP_DATA_DIR=`$PKG_CONFIG gimp-2.0 --variable=gimpdatadir`
 GIMP_PLUGIN_DIR=`$PKG_CONFIG gimp-2.0 --variable=gimplibdir`
diff --git a/po/ne.po b/po/ne.po
old mode 100755
new mode 100644



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