From: Marco Zanon Date: Sat, 22 Jul 2017 07:52:43 +0000 (+0000) Subject: Committed a forgotten file. X-Git-Tag: SVN-to-Git~64 X-Git-Url: https://gitweb.marcozanon.com/?a=commitdiff_plain;h=34d090e2a4201f06577124c9385e333616cf1b7d;p=Macaco Committed a forgotten file. --- diff --git a/5.x/src/java/com/marcozanon/macaco/MConstants.java b/5.x/src/java/com/marcozanon/macaco/MConstants.java new file mode 100644 index 0000000..cc7a106 --- /dev/null +++ b/5.x/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"; + +}