From: Marco Zanon Date: Sat, 22 Jul 2017 07:52:43 +0000 (+0000) Subject: Committed a forgotten file. X-Git-Url: https://gitweb.marcozanon.com/?a=commitdiff_plain;h=730680b4731f9ff8f958ddc253cc171f11b250c2;p=Macaco Committed a forgotten file. --- diff --git a/src/java/com/marcozanon/macaco/MConstants.java b/src/java/com/marcozanon/macaco/MConstants.java new file mode 100644 index 0000000..cc7a106 --- /dev/null +++ b/src/java/com/marcozanon/macaco/MConstants.java @@ -0,0 +1,16 @@ +/** + * Macaco + * Copyright (c) 2009-2017 Marco Zanon . + * Released under MIT license (see LICENSE for details). + */ + +package com.marcozanon.macaco; + + +public class MConstants extends MObject { + + public static final String MACACO_VERSION = "5.x"; + + public static final String TEXT_ENCODING = "UTF-8"; + +}