comparison src/core/sat_main.py @ 353:cc2afb92ab93 0.2.0 SàT v0.2.0

updated version number
author Goffi <goffi@goffi.org>
date Wed, 01 Jun 2011 12:09:09 +0200
parents ea3e1b82dd79
children d98b7391d76c
comparison
equal deleted inserted replaced
352:8ee8b8d78c40 353:cc2afb92ab93
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.1D', #Please add 'D' at the end for dev versions 24 'client_version' : u'0.2.0', #Please add 'D' at the end for dev versions
25 'local_dir' : '~/.sat' 25 'local_dir' : '~/.sat'
26 } 26 }
27 27
28 from twisted.application import service 28 from twisted.application import service
29 from twisted.internet import defer 29 from twisted.internet import defer