Mercurial > libervia-backend
comparison src/core/default_config.py @ 887:f93e917be3f4 0.4.1 SàT v0.4.1
version update
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 28 Feb 2014 15:01:37 +0100 |
parents | 12cfa23c6ab9 |
children | 9cce5b42a134 |
comparison
equal
deleted
inserted
replaced
886:ab9c22bf77ee | 887:f93e917be3f4 |
---|---|
17 # You should have received a copy of the GNU Affero General Public License | 17 # You should have received a copy of the GNU Affero General Public License |
18 # along with this program. If not, see <http://www.gnu.org/licenses/>. | 18 # along with this program. If not, see <http://www.gnu.org/licenses/>. |
19 | 19 |
20 CONST = { | 20 CONST = { |
21 'client_name': u'SàT (Salut à toi)', | 21 'client_name': u'SàT (Salut à toi)', |
22 'client_version': u'0.4.0', # Please add 'D' at the end for dev versions | 22 'client_version': u'0.4.1', # Please add 'D' at the end for dev versions |
23 'local_dir': '~/.sat' | 23 'local_dir': '~/.sat' |
24 } | 24 } |
25 | 25 |
26 ### Defaut configuration values ### | 26 ### Defaut configuration values ### |
27 | 27 |