Skip to content

Commit 9aea3ef

Browse files
use git sha to describe toolchain version
1 parent 1c7983d commit 9aea3ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/common.mk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@
1414
# along with this program; if not, write to the Free Software Foundation,
1515
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616

17+
GIT_SHA = $(shell git describe --abbrev=8 --dirty --always --tags)
18+
1719
CEDEV_DIR := CEdev
18-
CEDEV_VERSION := 9.2-devel
20+
CEDEV_VERSION := $(GIT_SHA)
1921

2022
LINUX := 0
2123
MACOS := 0

0 commit comments

Comments
 (0)