From 206dd9a0a6c54cfbdb2d68861d67c67eda4d0cae Mon Sep 17 00:00:00 2001 From: Nishi Date: Wed, 13 May 2026 14:49:02 +0900 Subject: [PATCH] 1.3 --- README.txt | 2 +- include/Mw/Version.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.txt b/README.txt index a4bd83a..fbf3732 100644 --- a/README.txt +++ b/README.txt @@ -1,5 +1,5 @@ -Greetings - Welcome to the Milsko GUI Toolkit (Version 1.2a) +Greetings - Welcome to the Milsko GUI Toolkit (Version 1.3) This document contains a brief summary of the contents of this source distributions and building instructions for Milsko GUI Toolkit. diff --git a/include/Mw/Version.h b/include/Mw/Version.h index ba550d3..5fb57f6 100644 --- a/include/Mw/Version.h +++ b/include/Mw/Version.h @@ -13,17 +13,17 @@ /*! * @brief Minor version */ -#define MwMINOR 2 +#define MwMINOR 3 /*! - * @brief Patchlevel of version, calculated by `patchlevel_alphabet - 'a' + 1` + * @brief Patchlevel of version, if patchlevel_alphabet is a or bigger, this value is calculated by `patchlevel_alphabet - 'a' + 1`. Otherwise 0 */ -#define MwPATCH 1 +#define MwPATCH 0 /*! * @brief Version in string */ -#define MwVERSION "1.2a" +#define MwVERSION "1.3" /*! * @brief Version in string