Mercurial > hgweb > health
changeset 3109:7a06f5a3d510
bug #55246: client reports wrong version
| author | Luis Falcon <falcon@gnu.org> |
|---|---|
| date | Sat, 22 Dec 2018 18:23:48 +0000 |
| parents | 4efa0baab5a3 |
| children | 99637c24f042 |
| files | gnuhealth-client/tryton/__init__.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gnuhealth-client/tryton/__init__.py +++ b/gnuhealth-client/tryton/__init__.py @@ -1,4 +1,4 @@ # This file is part of the GNU Health GTK Client. The COPYRIGHT file at the top level of # this repository contains the full copyright notices and license terms. -__version__ = "3.4.0" +__version__ = "3.4.1" SERVER_VERSION = "4.6.0"
