diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-05-14 15:11:31 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-05-14 15:11:31 +0100 |
commit | 54072de97d6b1db20f321e39df7e68e701fd646f (patch) | |
tree | 7682027262f6ce7b8d9877680e5befd49a0ea77f | |
parent | 739f9097cf6bf0d206c883a02dc20ce26f1e7ef9 (diff) |
Nano version
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -7,6 +7,11 @@ formerly known as Telepathy-SofiaSIP (most recent at the top). See also ChangeLog. +telepathy-rakia 0.99.12 (UNRELEASED) +------------------------------------ + +... + telepathy-rakia 0.99.11 (2014-05-14) ------------------------------------ diff --git a/configure.ac b/configure.ac index b08c327..e145ac0 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ m4_define([THIS_PACKAGE],[telepathy-rakia]) m4_define([VERSION_MAJOR],[0]) m4_define([VERSION_MINOR],[99]) m4_define([VERSION_MICRO],[11]) -m4_define([VERSION_NANO],[0]) +m4_define([VERSION_NANO],[1]) m4_define([BASE_VERSION],[VERSION_MAJOR.VERSION_MINOR.VERSION_MICRO]) m4_define([THIS_VERSION], |