diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-10-02 17:58:06 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-10-02 17:58:06 +0100 |
commit | e5e015574805612dead3fc079b6c95b7c9cfef0a (patch) | |
tree | ab426b3000f0145b2d25fcc4ec775b3f48ea2525 | |
parent | 999de507910e3e78d3c91e518318f123c10f346e (diff) |
0.8.0
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 10 insertions, 2 deletions
@@ -7,6 +7,14 @@ formerly known as Telepathy-SofiaSIP (most recent at the top). See also ChangeLog. +telepathy-rakia 0.8.0 (2013-10-02) +---------------------------------- + +The “Origin” release. This is a new stable branch, recommended for +GNOME 3.10-based distributions. + +No code changes since 0.7.5. + telepathy-rakia 0.7.5 (2013-09-10) ---------------------------------- diff --git a/configure.ac b/configure.ac index 6cafaeb..ef6da45 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ AC_PREREQ([2.60]) m4_define([THIS_PACKAGE],[telepathy-rakia]) m4_define([VERSION_MAJOR],[0]) -m4_define([VERSION_MINOR],[7]) -m4_define([VERSION_MICRO],[5]) +m4_define([VERSION_MINOR],[8]) +m4_define([VERSION_MICRO],[0]) m4_define([VERSION_NANO],[0]) m4_define([BASE_VERSION],[VERSION_MAJOR.VERSION_MINOR.VERSION_MICRO]) |