From 5b83fb6f727400f27a88ff189e64389fc6fea8c7 Mon Sep 17 00:00:00 2001
From: nmaya <5668936+nmaya@users.noreply.github.com>
Date: Sun, 8 Sep 2024 15:38:40 +0900
Subject: [PATCH] bump up the version to 5.3
---
doc/en/html/about/history.html | 4 ++--
doc/ja/html/about/history.html | 4 ++--
installer/teraterm.iss | 2 +-
teraterm/common/tt-version.h | 4 ++--
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/doc/en/html/about/history.html b/doc/en/html/about/history.html
index 3ba15f3d1..d3bd2874f 100644
--- a/doc/en/html/about/history.html
+++ b/doc/en/html/about/history.html
@@ -32,7 +32,7 @@
History
Tera Term
-YYYY.MM.DD (Ver 5.3 not released yet)
+2024.09.08 (Ver 5.3)
- Changes
@@ -3526,7 +3526,7 @@ 1994.2.24 (Ver 0.0)
TTSSH
-YYYY.MM.DD (Ver 3.3 not released yet)
+2024.09.08 (Ver 3.3)
- Changes
diff --git a/doc/ja/html/about/history.html b/doc/ja/html/about/history.html
index c56206489..9b42f9bc3 100644
--- a/doc/ja/html/about/history.html
+++ b/doc/ja/html/about/history.html
@@ -32,7 +32,7 @@
Tera Term
-YYYY.MM.DD (Ver 5.3 not released yet)
+2024.09.08 (Ver 5.3)
- ύX
@@ -3534,7 +3534,7 @@ 1994.2.24 (Ver 0.0)
TTSSH
-YYYY.MM.DD (Ver 3.3 not released yet)
+2024.09.08 (Ver 3.3)
- ύX
diff --git a/installer/teraterm.iss b/installer/teraterm.iss
index 935d5125b..45ae55578 100755
--- a/installer/teraterm.iss
+++ b/installer/teraterm.iss
@@ -1,6 +1,6 @@
#define AppName "Tera Term"
#ifndef AppVer
-#define AppVer "5.3-RC2"
+#define AppVer "5.3"
#endif
;#define VerSubStr
;#define OutputSubStr
diff --git a/teraterm/common/tt-version.h b/teraterm/common/tt-version.h
index 33594a83f..9a42accab 100644
--- a/teraterm/common/tt-version.h
+++ b/teraterm/common/tt-version.h
@@ -30,8 +30,8 @@
#define TT_VERSION_MAJOR 5
#define TT_VERSION_MINOR 3
-#define TT_VERSION_SUBSTR "RC2"
-//#undef TT_VERSION_SUBSTR
+//#define TT_VERSION_SUBSTR "RC2"
+#undef TT_VERSION_SUBSTR
// SUBSTR svȎ undef
// gp "dev", "RC", "RC2"