comparison src/core/default_config.py @ 597:cc09cc8c78fc

core: version update to development version
author Goffi <goffi@goffi.org>
date Wed, 20 Feb 2013 19:52:46 +0100
parents d1b4805124a1
children 84a6e83157c2
comparison
equal deleted inserted replaced
596:98a962d0b23c 597:cc09cc8c78fc
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.3.0', # Please add 'D' at the end for dev versions 24 'client_version': u'0.3.0D', # Please add 'D' at the end for dev versions
25 'local_dir': '~/.sat' 25 'local_dir': '~/.sat'
26 } 26 }
27 27
28 ### Defaut configuration values ### 28 ### Defaut configuration values ###
29 29