aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-02-25 22:33:47 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-02-25 22:33:47 +0800
commitfe7a700a7929753dad158a947f63eb5cc918ef31 (patch)
tree63ea91ed8f079a8f13ff53d2a5c12e89ee7b75d2
parentdfa0a14010577349ccaa56a785c4e7f1ae68119d (diff)
downloadgsoc2013-empathy-EMPATHY_2_91_90_2.tar
gsoc2013-empathy-EMPATHY_2_91_90_2.tar.gz
gsoc2013-empathy-EMPATHY_2_91_90_2.tar.bz2
gsoc2013-empathy-EMPATHY_2_91_90_2.tar.lz
gsoc2013-empathy-EMPATHY_2_91_90_2.tar.xz
gsoc2013-empathy-EMPATHY_2_91_90_2.tar.zst
gsoc2013-empathy-EMPATHY_2_91_90_2.zip
prepare 2.91.90.2EMPATHY_2_91_90_2
-rw-r--r--NEWS6
-rw-r--r--configure.ac4
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 95dd795e1..b68360650 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+NEW in 2.91.90.2 (25/02/2011)
+================
+
+This release disables the /part command which introduced linking issues in
+latest release. This command will be back in a future release.
+
NEW in 2.91.90.1 (25/02/2011)
================
diff --git a/configure.ac b/configure.ac
index 9a5b329ed..4747cdd51 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
dnl If not 1, append datestamp to the version number
-m4_define(empathy_released, 0)
+m4_define(empathy_released, 1)
m4_define([empathy_major_version], [2])
m4_define([empathy_minor_version], [91])
m4_define([empathy_micro_version], [90])
-m4_define([empathy_nano_version], [1])
+m4_define([empathy_nano_version], [2])
dnl Display the nano_version only if it's not '0'
m4_define([empathy_base_version],