From: Marco Zanon Date: Thu, 16 Nov 2017 23:14:36 +0000 (+0000) Subject: Released version 6.2.2. X-Git-Tag: 6.2.2 X-Git-Url: https://gitweb.marcozanon.com/?a=commitdiff_plain;h=609290db64e68f3afefb2e116acd9a2dc43a6836;p=Macaco Released version 6.2.2. --- diff --git a/src/java/com/marcozanon/macaco/MConstants.java b/src/java/com/marcozanon/macaco/MConstants.java index a2aec61..0a965eb 100644 --- a/src/java/com/marcozanon/macaco/MConstants.java +++ b/src/java/com/marcozanon/macaco/MConstants.java @@ -9,7 +9,7 @@ package com.marcozanon.macaco; public class MConstants extends MObject { - public static final String MACACO_VERSION = "6.x"; + public static final String MACACO_VERSION = "6.2.2"; public static final String TEXT_ENCODING = "UTF-8";