diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-08-25 05:54:25 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-08-25 05:54:25 +0800 |
commit | 05e7fd96abe45069bb18a12456d30ca73e96e139 (patch) | |
tree | 78339d77299d629d70ba66052b0dceb2d9dafd81 | |
parent | 07868998185cd453fdc68e4028d583a2c8c4083c (diff) | |
download | gsoc2013-empathy-05e7fd96abe45069bb18a12456d30ca73e96e139.tar gsoc2013-empathy-05e7fd96abe45069bb18a12456d30ca73e96e139.tar.gz gsoc2013-empathy-05e7fd96abe45069bb18a12456d30ca73e96e139.tar.bz2 gsoc2013-empathy-05e7fd96abe45069bb18a12456d30ca73e96e139.tar.lz gsoc2013-empathy-05e7fd96abe45069bb18a12456d30ca73e96e139.tar.xz gsoc2013-empathy-05e7fd96abe45069bb18a12456d30ca73e96e139.tar.zst gsoc2013-empathy-05e7fd96abe45069bb18a12456d30ca73e96e139.zip |
Bump version to 0.13. Last NEWS entry is for version 0.12 and not 0.11.
2007-08-24 Xavier Claessens <xclaesse@gmail.com>
* configure.ac: Bump version to 0.13.
* NEWS: Last NEWS entry is for version 0.12 and not 0.11.
svn path=/trunk/; revision=274
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,10 @@ 2007-08-24 Xavier Claessens <xclaesse@gmail.com> + * configure.ac: Bump version to 0.13. + * NEWS: Last NEWS entry is for version 0.12 and not 0.11. + +2007-08-24 Xavier Claessens <xclaesse@gmail.com> + * configure.ac: * doc/libempathy-gtk/tmpl/empathy-preferences.sgml: * NEWS: @@ -1,4 +1,4 @@ -NEW in 0.11: +NEW in 0.12: =========== - Only update the topic of it has really be changed, avoid diplaying many times "Topic set to:" message. diff --git a/configure.ac b/configure.ac index 64cb90546..761b7f964 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(Empathy, 0.12, http://bugzilla.gnome.org/browse.cgi?product=empathy) +AC_INIT(Empathy, 0.13, http://bugzilla.gnome.org/browse.cgi?product=empathy) AC_PREREQ(2.59) AC_COPYRIGHT([ Copyright (C) 2003-2007 Imendio AB |