From 483a4c314fb44e79501bed2053808e4bf035d6d8 Mon Sep 17 00:00:00 2001 From: OBATA Akio Date: Tue, 14 Sep 2021 18:40:29 +0900 Subject: [PATCH] lib/tt: fix missing version bump --- cde/lib/tt/tooltalk.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/lib/tt/tooltalk.inc b/cde/lib/tt/tooltalk.inc index 871226260..494645c35 100644 --- a/cde/lib/tt/tooltalk.inc +++ b/cde/lib/tt/tooltalk.inc @@ -8,6 +8,6 @@ # TT_VERSION defines the version string which is imbedded in all the # binaries and shipped libraries. -TT_VERSION = "CDE Version 2.3.1a" +TT_VERSION = "CDE Version 2.4.0a" TT_VERSION_DEFINE = -DTT_VERSION_STRING=\"$(TT_VERSION)\"