From 7771a5c3a5d673b75d58d4e120e8f32dfebb5d74 Mon Sep 17 00:00:00 2001 From: Marco Zanon Date: Sun, 12 Nov 2023 10:54:40 +0000 Subject: [PATCH] Created the 9.x trunk. --- CHANGELOG | 4 ++++ src/main/java/com/marcozanon/macaco/MConstants.java | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index db1c870..c531ceb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,10 @@ Macaco Copyright (c) 2009-2023 Marco Zanon . See LICENSE for details. +================== +9.0.0 (2023-11-??) +================== + ================== 8.0.0 (2023-08-09) ================== diff --git a/src/main/java/com/marcozanon/macaco/MConstants.java b/src/main/java/com/marcozanon/macaco/MConstants.java index e3d474b..6dee3df 100644 --- a/src/main/java/com/marcozanon/macaco/MConstants.java +++ b/src/main/java/com/marcozanon/macaco/MConstants.java @@ -13,7 +13,7 @@ public class MConstants extends MObject { /* Generic information. */ - public static final String MACACO_VERSION = "8.x"; + public static final String MACACO_VERSION = "9.x"; /* Environment configuration. */ -- 2.30.2