Mercurial > libervia-backend
comparison src/sat.tac @ 245:e077f068ff57
version updated to 0.1.1
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 14 Jan 2011 15:20:39 +0100 |
parents | 83d2bc0abf2a |
children | c09aa319712e |
comparison
equal
deleted
inserted
replaced
244:3bc4457687a2 | 245:e077f068ff57 |
---|---|
19 along with this program. If not, see <http://www.gnu.org/licenses/>. | 19 along with this program. If not, see <http://www.gnu.org/licenses/>. |
20 """ | 20 """ |
21 | 21 |
22 CONST = { | 22 CONST = { |
23 'client_name' : u'SàT (Salut à toi)', | 23 'client_name' : u'SàT (Salut à toi)', |
24 'client_version' : u'0.1.0', #Please add 'D' at the end for dev versions | 24 'client_version' : u'0.1.1', #Please add 'D' at the end for dev versions |
25 'local_dir' : '~/.sat' | 25 'local_dir' : '~/.sat' |
26 } | 26 } |
27 | 27 |
28 import gettext | 28 import gettext |
29 gettext.install('sat', "i18n", unicode=True) | 29 gettext.install('sat', "i18n", unicode=True) |