diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-06-02 00:06:23 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-06-02 00:06:23 +0800 |
commit | 7a99a96e5b81b8d573104d1809364d5969b6b83d (patch) | |
tree | b39a2ca54ecd3919aad9169cad28755eca57ce7d | |
parent | 2b97b3d9e72dcbb6ac6132ae9278baebed923162 (diff) | |
download | gsoc2013-empathy-7a99a96e5b81b8d573104d1809364d5969b6b83d.tar gsoc2013-empathy-7a99a96e5b81b8d573104d1809364d5969b6b83d.tar.gz gsoc2013-empathy-7a99a96e5b81b8d573104d1809364d5969b6b83d.tar.bz2 gsoc2013-empathy-7a99a96e5b81b8d573104d1809364d5969b6b83d.tar.lz gsoc2013-empathy-7a99a96e5b81b8d573104d1809364d5969b6b83d.tar.xz gsoc2013-empathy-7a99a96e5b81b8d573104d1809364d5969b6b83d.tar.zst gsoc2013-empathy-7a99a96e5b81b8d573104d1809364d5969b6b83d.zip |
Bump version to 0.7
2007-06-01 Xavier Claessens <xclaesse@gmail.com>
* configure.ac: Bump version to 0.7
svn path=/trunk/; revision=110
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2007-06-01 Xavier Claessens <xclaesse@gmail.com> + + * configure.ac: Bump version to 0.7 + 2007-05-31 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/gossip-new-chatroom-dialog.c: No need to RequestHandle, diff --git a/configure.ac b/configure.ac index a6ca3c414..c19662f89 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(Empathy, 0.6, http://bugzilla.gnome.org/browse.cgi?product=empathy) +AC_INIT(Empathy, 0.7, http://bugzilla.gnome.org/browse.cgi?product=empathy) AC_PREREQ(2.59) AC_COPYRIGHT([Copyright (C) 2003-2007 Imendio AB]) |