aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS23
-rw-r--r--configure.ac6
2 files changed, 26 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index f304e7380..89f237c27 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+NEW in 3.8.0 (25/03/2013)
+============
+Bugs fixed:
+ - Fixed #604975, Lack of overview for those new to IM (Aruna)
+
+Translations:
+ - Updated el Translation (Piotr Drąg)
+ - Updated fa Translation (Arash Mousavi)
+ - Updated fi Translation (Ville-Pekka Vainio)
+ - Updated gu Translation (Sweta Kothari)
+ - Updated hi Translation (Rajesh Ranjan)
+ - Updated mr Translation (Sandeep Sheshrao Shedmake)
+ - Updated or Translation (ManojKumar Giri)
+ - Updated ru Translation (Yuri Myasoedov)
+ - Updated sk Translation (Pavol Klačanský)
+ - Updated sl Translation (Andrej Žnidaršič)
+ - Updated ta Translation (Dr.T.Vasudevan)
+ - Updated te Translation (Krishnababu Krothapalli)
+
+Documentation translations:
+ - Updated fr Documentation translation (Alexandre Franke)
+ - Updated hu Documentation translation (Gabor Kelemen)
+
NEW in 3.7.92 (20/03/2013)
=============
diff --git a/configure.ac b/configure.ac
index 8225b37d5..3adb33453 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
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], [3])
-m4_define([empathy_minor_version], [7])
-m4_define([empathy_micro_version], [92])
+m4_define([empathy_minor_version], [8])
+m4_define([empathy_micro_version], [0])
m4_define([empathy_nano_version], [0])
dnl Display the nano_version only if it's not '0'