1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

lib/tt: fix missing version bump

This commit is contained in:
OBATA Akio 2021-09-14 18:40:29 +09:00
parent 3e81d4c4de
commit 483a4c314f

View file

@ -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)\"