From 730680b4731f9ff8f958ddc253cc171f11b250c2 Mon Sep 17 00:00:00 2001 From: Marco Zanon Date: Sat, 22 Jul 2017 07:52:43 +0000 Subject: [PATCH] Committed a forgotten file. --- src/java/com/marcozanon/macaco/MConstants.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/java/com/marcozanon/macaco/MConstants.java 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"; + +} -- 2.30.2