From b090491caac0dd2ecb7f168d01e478599f3b3b14 Mon Sep 17 00:00:00 2001 From: Marco Zanon Date: Sat, 22 Jul 2017 07:54:31 +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..ef944d7 --- /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.0.0"; + + public static final String TEXT_ENCODING = "UTF-8"; + +} -- 2.30.2