comparison sat.tac @ 205:92e4ddd580ae

version change before release
author Goffi <goffi@goffi.org>
date Fri, 20 Aug 2010 01:17:51 +0800
parents 12544ea2951f
children 9face609f83c
comparison
equal deleted inserted replaced
204:b2e1a13ed596 205:92e4ddd580ae
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.0.2D', #Please add 'D' at the end for dev versions 24 'client_version' : u'0.0.3', #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)