diff options
author | Robert Sajdok <robert.sajdok@gmail.com> | 2010-12-13 17:40:23 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-12-13 17:40:23 +0800 |
commit | b4930806a93a8b365400e563b8fa359c00c4016a (patch) | |
tree | 555828a87a00f2bd0926d534736f4ba934ef3e7d /configure.ac | |
parent | f6180441540a3a19f4b61d5908c97ebc5b60e779 (diff) | |
download | gsoc2013-empathy-b4930806a93a8b365400e563b8fa359c00c4016a.tar gsoc2013-empathy-b4930806a93a8b365400e563b8fa359c00c4016a.tar.gz gsoc2013-empathy-b4930806a93a8b365400e563b8fa359c00c4016a.tar.bz2 gsoc2013-empathy-b4930806a93a8b365400e563b8fa359c00c4016a.tar.lz gsoc2013-empathy-b4930806a93a8b365400e563b8fa359c00c4016a.tar.xz gsoc2013-empathy-b4930806a93a8b365400e563b8fa359c00c4016a.tar.zst gsoc2013-empathy-b4930806a93a8b365400e563b8fa359c00c4016a.zip |
main-window: add a tooltip on connection error info bars (#626507)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4ed8d9e24..1503cd810 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ 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], [2]) m4_define([empathy_minor_version], [91]) |