build: move version number to file

master
osy 2021-01-02 21:12:11 -08:00 committed by Ariadne Conill
parent d31c95a11a
commit 9983d136af
2 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,7 @@ endif
LIBUCONTEXT_C_SRC = $(wildcard arch/${ARCH}/*.c)
LIBUCONTEXT_S_SRC = $(wildcard arch/${ARCH}/*.S)
LIBUCONTEXT_VERSION := 0.13.1
LIBUCONTEXT_VERSION := $(shell head VERSION)
LIBUCONTEXT_OBJ = ${LIBUCONTEXT_C_SRC:.c=.o} ${LIBUCONTEXT_S_SRC:.S=.o}
LIBUCONTEXT_SOVERSION = 0
LIBUCONTEXT_NAME = libucontext.so

1
VERSION Normal file
View File

@ -0,0 +1 @@
0.13.1