1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Merge /u/obache/cdesktopenv/ branch fix/missing-version-bump into master

https://sourceforge.net/p/cdesktopenv/code/merge-requests/31/
This commit is contained in:
b'Jon Trulson 2021-09-19 18:57:22 +00:00
commit d43e6bd6c2

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