comparison src/core/default_config.py @ 881:12cfa23c6ab9 0.4.0 SàT v0.4.0

version update
author Goffi <goffi@goffi.org>
date Wed, 26 Feb 2014 14:09:03 +0100
parents 1fe00f0c9a91
children f93e917be3f4
comparison
equal deleted inserted replaced
880:71bb7add16a5 881:12cfa23c6ab9
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.3.0D', # Please add 'D' at the end for dev versions 22 'client_version': u'0.4.0', # 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