From e47f3b612f08af927cf61c5c8d49dd994df5745c Mon Sep 17 00:00:00 2001 From: James Liggett Date: Mon, 20 Feb 2012 14:40:16 -0800 Subject: [PATCH] Updated files for 3.3.90 release --- NEWS | 13 ++++++++++++- configure.ac | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 39b5cf2..3fb8b13 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,15 @@ -anjuta-extras-3.3.4 (16 January 2011) -- James Liggett +anjuta-extras-3.3.90 (20 February 2012) -- James Liggett + +Johannes Schmid (2): + configure: Use AM_SILENT_RULES when available + scintilla: Implement "opened" signal + +Sébastien Granjoux (2): + scintilla: bgo #669359 - Yellow debugger color in dark theme + scintilla: Keep window position when reloading a file + + +anjuta-extras-3.3.4 (16 January 2012) -- James Liggett Jiro Matsuzawa (1): Updated Japanese translation diff --git a/configure.ac b/configure.ac index dad80b8..eeb29b5 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ(2.59) m4_define(anjuta_major_version, 3) m4_define(anjuta_minor_version, 3) -m4_define(anjuta_micro_version, 4) +m4_define(anjuta_micro_version, 90) m4_define(anjuta_version, anjuta_major_version.anjuta_minor_version.anjuta_micro_version) AC_INIT(anjuta-extras, anjuta_version) -- 2.11.4.GIT