[gedit-cossa] Release 3.0.0



commit 57f5b2a4a24cea6039f19f7e017b21fdf33318af
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Thu Jun 2 15:53:52 2011 +0200

    Release 3.0.0

 NEWS         |   11 +++++++++++
 README       |   13 +++++++++++++
 configure.ac |    4 ++--
 3 files changed, 26 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index e69de29..3a0f9c2 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,11 @@
+===========
+gedit-cossa 3.0.0
+===========
+
+New Features and Fixes
+======================
+- Initial Release
+
+New and updated translations
+============================
+- es (Daniel Mustieles)
diff --git a/README b/README
index e69de29..b08a1ca 100644
--- a/README
+++ b/README
@@ -0,0 +1,13 @@
+General Information
+===================
+
+This is version 3.0.0 of gedit-cossa. gedit-cossa is a CSS previewer for GTK+
+themes, integrating with gedit so the edited CSS is promptly visible in the
+various samples. gedit-ossa may be easily extended with more samples and allows
+zooming these to help get the tiny details right.
+
+Installation
+============
+
+For the moment, you have to ./configure with --prefix=same prefix as you
+configured gedit with.
diff --git a/configure.ac b/configure.ac
index 8284548..e3d49ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 AC_PREREQ([2.63])
 
-m4_define(gedit_cossa_major_version,  0)
-m4_define(gedit_cossa_minor_version,  1)
+m4_define(gedit_cossa_major_version,  3)
+m4_define(gedit_cossa_minor_version,  0)
 m4_define(gedit_cossa_micro_version,  0)
 m4_define(gedit_cossa_version, gedit_cossa_major_version.gedit_cossa_minor_version.gedit_cossa_micro_version)
 



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