Mercurial > libervia-backend
diff src/core/sat_main.py @ 357:d98b7391d76c
Changed version number to dev version
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 04 Jun 2011 19:11:38 +0200 |
parents | cc2afb92ab93 |
children | f147b778511a |
line wrap: on
line diff
--- a/src/core/sat_main.py Sat Jun 04 19:11:13 2011 +0200 +++ b/src/core/sat_main.py Sat Jun 04 19:11:38 2011 +0200 @@ -21,7 +21,7 @@ CONST = { 'client_name' : u'SàT (Salut à toi)', - 'client_version' : u'0.2.0', #Please add 'D' at the end for dev versions + 'client_version' : u'0.2.0D', #Please add 'D' at the end for dev versions 'local_dir' : '~/.sat' }