[gedit] Release 2.90.0



commit 4524b12b182222ccb74d40b26096eb26cf8f56f7
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Wed Aug 18 13:29:59 2010 +0200

    Release 2.90.0

 NEWS         |   14 ++++++++++++++
 README       |    6 +++---
 configure.ac |    4 ++--
 3 files changed, 19 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7bdd806..1f659e6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,18 @@
 ============
+gedit 2.90.0
+============
+
+New Features and Fixes
+======================
+- Add GSettings migration file (Tomas Bzatek)
+- Misc bugfixes
+
+New and updated translations
+============================
+- de (Mario Blättermann)
+- sl (Matej UrbanÄ?iÄ?)
+
+============
 gedit 2.31.6
 ============
 
diff --git a/README b/README
index 720649a..a87e9dc 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 2.31.6 of gedit. gedit is a small and lightweight UTF-8 text 
+This is version 2.90.0 of gedit. gedit is a small and lightweight UTF-8 text 
 editor for the GNOME environment.
 
 gedit is part of GNOME and uses the latest GTK+ and GNOME libraries.
@@ -71,8 +71,8 @@ plugins support.
 
 Simple install procedure:
 
-  % gzip -cd gedit-2.31.6.tar.gz | tar xvf - 	# unpack the sources
-  % cd gedit-2.31.6				# change to the toplevel directory
+  % gzip -cd gedit-2.90.0.tar.gz | tar xvf - 	# unpack the sources
+  % cd gedit-2.90.0				# change to the toplevel directory
   % ./configure					# run the `configure' script
   % make					# build gedit
   [ Become root if necessary ]
diff --git a/configure.ac b/configure.ac
index 048b766..679a42f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.63.2)
 
 m4_define(gedit_major_version,  2)
-m4_define(gedit_minor_version, 31)
-m4_define(gedit_micro_version,  6)
+m4_define(gedit_minor_version, 90)
+m4_define(gedit_micro_version,  0)
 m4_define(gedit_version, gedit_major_version.gedit_minor_version.gedit_micro_version)
 
 AC_INIT([gedit],[gedit_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=gedit],[gedit],[http://projects.gnome.org/gedit/])



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