Committed a forgotten file. 5.0.0
authorMarco Zanon <info@marcozanon.com>
Sat, 22 Jul 2017 07:54:31 +0000 (07:54 +0000)
committerMarco Zanon <info@marcozanon.com>
Sat, 22 Jul 2017 07:54:31 +0000 (07:54 +0000)
src/java/com/marcozanon/macaco/MConstants.java [new file with mode: 0644]

diff --git a/src/java/com/marcozanon/macaco/MConstants.java b/src/java/com/marcozanon/macaco/MConstants.java
new file mode 100644 (file)
index 0000000..ef944d7
--- /dev/null
@@ -0,0 +1,16 @@
+/**
+ * Macaco
+ * Copyright (c) 2009-2017 Marco Zanon <info@marcozanon.com>.
+ * 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";
+
+}